STRICT definition

Vincent Béron vberon at mecano.gme.usherb.ca
Tue Dec 10 12:13:56 CST 2002


As already discussed with François, with indentation fixed.

Changelog:
Add a definition for STRICT in windef.h.

Vincent
-------------- next part --------------
--- wine/include/windef.h	2002-10-23 20:47:38.000000000 -0400
+++ wine/include/windef.h	2002-12-10 10:56:43.000000000 -0500
@@ -29,6 +29,12 @@
 #define WINVER 0x0500
 #endif
 
+#ifndef NO_STRICT
+# ifndef STRICT
+#  define STRICT
+# endif /* STRICT */
+#endif /* NO_STRICT */
+
 #include "winnt.h"
 
 


More information about the wine-patches mailing list