diff options
Diffstat (limited to 'imap/src/ipopd/makefile.ntk')
-rw-r--r-- | imap/src/ipopd/makefile.ntk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/ipopd/makefile.ntk b/imap/src/ipopd/makefile.ntk index 4a90a7a0..00782e4b 100644 --- a/imap/src/ipopd/makefile.ntk +++ b/imap/src/ipopd/makefile.ntk @@ -30,7 +30,7 @@ CCLIENTLIB = $C\cclient.lib K5 = \k5\lib K5LIB = $(K5)\comerr32.lib $(K5)\gssapi32.lib $(K5)\krb5_32.lib LIBS = $(CCLIENTLIB) $(K5LIB) ws2_32.lib winmm.lib advapi32.lib -OSCOMPAT = /DWIN32 /D_WIN32_WINNT=0x0400 +OSCOMPAT = /DWIN32 /D_WIN32_WINNT=0x0501 VSCOMPAT = /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE CFLAGS= -I$C /MT /W3 $(OSCOMPAT) $(VSCOMPAT) -nologo $(EXTRACFLAGS) |