diff options
Diffstat (limited to 'src')
-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 =
|