Add a definition for STRICT.

This commit is contained in:
Vincent Béron 2002-12-10 20:02:17 +00:00 committed by Alexandre Julliard
parent 9bd21c4a6c
commit c8e9cd9656

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"