winnt-use-current-platform-sdk-20030904
authorJeffrey Altman <jaltman@columbia.edu>
Thu, 4 Sep 2003 16:41:00 +0000 (16:41 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 4 Sep 2003 16:41:00 +0000 (16:41 +0000)
FIXES 2068

_WIN32_WINNT definition must match _WIN32_IE
to use current platform sdk

src/config/NTMakefile.i386_nt40

index 1b141eb..c1862b6 100644 (file)
@@ -172,6 +172,7 @@ afscdefs =\
        -DWIN32_LEAN_AND_MEAN \
        -DSTRICT \
        -D_WIN32_IE=0x0400 \
+       -D_WIN32_WINNT=0x0400 \
      -DAFS_AFSDB_ENV \
      -DAFS_FREELANCE_CLIENT \
      -DAFS_64BIT_ENV \