Trivial braino.

This commit is contained in:
Tor Lillqvist 2003-06-15 22:45:12 +00:00
parent c3941ba9c0
commit 92af858f2a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include "fcint.h"
#if defined (_WIN32) && defined (PIC)
#if defined (_WIN32) && (defined (PIC) || defined (DLL_EXPORT))
#define STRICT
#include <windows.h>
#undef STRICT