Skip to content
Snippets Groups Projects
Commit c8e9cd96 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard
Browse files

Add a definition for STRICT.

parent 9bd21c4a
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,12 @@
#define WINVER 0x0500
#endif
#ifndef NO_STRICT
# ifndef STRICT
# define STRICT
# endif /* STRICT */
#endif /* NO_STRICT */
#include "winnt.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment