summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-06-15 22:45:12 +0000
committerTor Lillqvist <tml@iki.fi>2003-06-15 22:45:12 +0000
commit92af858f2a7dcc972bf482397ac75d7e0ca38dd9 (patch)
tree64210946b97d122942aa2bfa06d843fb9f2aa95d /src
parentc3941ba9c064d41f248c6a00f06423f3c50c685d (diff)
Trivial braino.
Diffstat (limited to 'src')
-rw-r--r--src/fccfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fccfg.c b/src/fccfg.c
index a933f9d..709cd42 100644
--- a/src/fccfg.c
+++ b/src/fccfg.c
@@ -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