mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Add a definition for STRICT.
This commit is contained in:
parent
9bd21c4a6c
commit
c8e9cd9656
@ -29,6 +29,12 @@
|
|||||||
#define WINVER 0x0500
|
#define WINVER 0x0500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NO_STRICT
|
||||||
|
# ifndef STRICT
|
||||||
|
# define STRICT
|
||||||
|
# endif /* STRICT */
|
||||||
|
#endif /* NO_STRICT */
|
||||||
|
|
||||||
#include "winnt.h"
|
#include "winnt.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user