]> git.eshelyaron.com Git - emacs.git/commitdiff
(CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
authorAndrew Innes <andrewi@gnu.org>
Mon, 11 Feb 2002 16:32:00 +0000 (16:32 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 11 Feb 2002 16:32:00 +0000 (16:32 +0000)
pick up relevant bits of the Windows API definitions.

nt/ChangeLog
nt/gmake.defs
nt/nmake.defs

index b487fb259120f00869cba3d8f85d55ac3e2de36f..b54f16b0219fc02fb2f43c9458706ff75892537a 100644 (file)
@@ -1,3 +1,11 @@
+2002-02-11  Andrew Innes  <andrewi@gnu.org>
+
+       * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
+       pick up relevant bits of the Windows API definitions.
+
+       * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
+       pick up relevant bits of the Windows API definitions.
+
 2001-11-20  Jason Rumney  <jasonr@gnu.org>
 
        * INSTALL: Update table of versions of make that are suitable
index 583a054ca7c27623ccc0c2d1f884699587168358..d75239d30c6b5278346b93c2b620755e65befe07 100644 (file)
@@ -172,7 +172,7 @@ DEBUG_CFLAGS        = -DEMACSDEBUG
 else
 DEBUG_CFLAGS   = 
 endif
-CFLAGS          = -I. -DWIN32_LEAN_AND_MEAN $(ARCH_CFLAGS) -D$(ARCH) \
+CFLAGS          = -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 $(ARCH_CFLAGS) -D$(ARCH) \
                  -D_CRTAPI1=_cdecl \
                  $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS)
 EMACS_EXTRA_C_FLAGS = -DUSE_CRT_DLL=1
index 79e5b599b3af2dbc096077e0fd5539aefcd5f1fb..3c3e8b5bca2b8b798ec886fe2271bf07957743ac 100644 (file)
@@ -129,7 +129,7 @@ DEBUG_CFLAGS        = -DEMACSDEBUG
 !else\r
 DEBUG_CFLAGS   = \r
 !endif\r
-CFLAGS          = -I. -DWIN32_LEAN_AND_MEAN $(ARCH_CFLAGS) -D$(ARCH) \\r
+CFLAGS          = -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 $(ARCH_CFLAGS) -D$(ARCH) \\r
                  -D_CRTAPI1=_cdecl $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS)\r
 EMACS_EXTRA_C_FLAGS =\r
 \r