aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/Makefile.nmake
diff options
context:
space:
mode:
authort00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-09-13 11:45:03 +0000
committert00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-09-13 11:45:03 +0000
commit7f5e2148de5b27ef59c4e23ca68f402e58486be0 (patch)
tree3025c7868e1e5b2446860509c650a6c2f64cc04f /usrsctplib/Makefile.nmake
parent2cf3c88140d84e6d5dc5b74ac1a6e7d5a79b61bd (diff)
downloadusrsctp-7f5e2148de5b27ef59c4e23ca68f402e58486be0.tar.gz
We don't need __WINDOWS__.
Diffstat (limited to 'usrsctplib/Makefile.nmake')
-rw-r--r--usrsctplib/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrsctplib/Makefile.nmake b/usrsctplib/Makefile.nmake
index 2f96f991..a2ccffcd 100644
--- a/usrsctplib/Makefile.nmake
+++ b/usrsctplib/Makefile.nmake
@@ -31,7 +31,7 @@
CFLAGS=/I. /W3
CVARSDLL=-DSCTP_DEBUG -DSCTP_SIMPLE_ALLOCATOR -DUSE_SCTP_SHA1 -DSCTP_PROCESS_LEVEL_LOCKS
-CVARSDLL=$(CVARSDLL) -D__Userspace__ -D__WINDOWS__ -D__Userspace_os_Windows
+CVARSDLL=$(CVARSDLL) -D__Userspace__ -D__Userspace_os_Windows
CVARSDLL=$(CVARSDLL) -DINET -DINET6
CVARSDLL=$(CVARSDLL) -D_LIB