Add a definition for STRICT.

oldstable
Vincent Béron 2002-12-10 20:02:17 +00:00 committed by Alexandre Julliard
parent 9bd21c4a6c
commit c8e9cd9656
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
#define WINVER 0x0500
#endif
#ifndef NO_STRICT
# ifndef STRICT
# define STRICT
# endif /* STRICT */
#endif /* NO_STRICT */
#include "winnt.h"