aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 9afbf9e..f1da16b 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -85,7 +85,7 @@ if test `uname | sed -e 's/^MINGW.*/NT/'` = NT;
then
LD=gcc
INCLUDES="-I@prefix@/src"
- DFLAGS="-DMSW -DNT"
+ DFLAGS="-D__WIN32__"
LFLAGS="-shared @prefix@/bin/pd.dll"
EXT=dll
else