diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-09 12:18:18 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-09 12:18:18 +0000 |
commit | 346ebbc47dd17c33285ec24e28df506b4d17fc92 (patch) | |
tree | 4a51d79addcaa7305da229de5d9f275eba4b1891 | |
parent | 036e1f6c55ca27059c9ece1a3e29e80523cb6a40 (diff) |
define __WIN32__ instead of NT
svn path=/trunk/externals/zexy/; revision=3140
-rwxr-xr-x | src/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.nt b/src/Makefile.nt index 688d455..8e2fa6f 100755 --- a/src/Makefile.nt +++ b/src/Makefile.nt @@ -16,7 +16,7 @@ CC = cl LD = link
-DEFS = /DNT /DPD
+DEFS = /D__WIN32__ /DPD
IFLAGS = /I. /I$(PREFIX)\src
AFLAGS =
|