summaryrefslogtreecommitdiff
path: root/xmltok/dllmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmltok/dllmain.c')
-rwxr-xr-xxmltok/dllmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmltok/dllmain.c b/xmltok/dllmain.c
index 579d656..f508a45 100755
--- a/xmltok/dllmain.c
+++ b/xmltok/dllmain.c
@@ -18,6 +18,9 @@ James Clark. All Rights Reserved.
Contributor(s):
*/
+#define STRICT 1
+#define WIN32_LEAN_AND_MEAN 1
+
#include <windows.h>
BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)