As already discussed with François, with indentation fixed. Changelog: Add a definition for STRICT in windef.h. Vincent
--- 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"