Eric Pouech eric.pouech@orange.fr writes:
+/* As of today, native and builtin msvcr80, msvcr90, msvcr100 raise an exception on CRT
- parameter checking on "secure"
- As Wine forwards most of the APIs of those msvcrNN DLLs to msvcrt, builtin msvcrt does
- raise an exception on those cases
- Testing shows that native msvcrt doesn't
- So we make this test always succeed under Windows
- */
That's not very useful. This should be tested in msvcr90, where we can properly check whether the handler is called.