aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog4
-rwxr-xr-xnt/configure.bat2
2 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index dfc7b8d117f..4eda6f02d86 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12008-04-05 Eli Zaretskii <eliz@gnu.org>
2
3 * configure.bat: Add check for usp10.h.
4
12008-04-04 Jason Rumney <jasonr@gnu.org> 52008-04-04 Jason Rumney <jasonr@gnu.org>
2 6
3 * INSTALL: Update W32 API requirements. 7 * INSTALL: Update W32 API requirements.
diff --git a/nt/configure.bat b/nt/configure.bat
index 87b02de0e9c..41c4528930d 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -282,9 +282,11 @@ rem are like this), or have a typo in the definition of
282rem IMAGE_FIRST_SECTION (the headers with gcc/mingw32 2.95 have this 282rem IMAGE_FIRST_SECTION (the headers with gcc/mingw32 2.95 have this
283rem problem). The gcc/mingw32 2.95.2 headers are okay, as are distros 283rem problem). The gcc/mingw32 2.95.2 headers are okay, as are distros
284rem of w32api-xxx.zip from Anders Norlander since 1999-11-18 at least. 284rem of w32api-xxx.zip from Anders Norlander since 1999-11-18 at least.
285rem Beginning with Emacs 23, we need usp10.h.
285rem 286rem
286echo Checking whether W32 API headers are too old... 287echo Checking whether W32 API headers are too old...
287echo #include "windows.h" >junk.c 288echo #include "windows.h" >junk.c
289echo #include "usp10.h" >>junk.c
288echo test(PIMAGE_NT_HEADERS pHeader) >>junk.c 290echo test(PIMAGE_NT_HEADERS pHeader) >>junk.c
289echo {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} >>junk.c 291echo {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} >>junk.c
290if (%nocygwin%) == (Y) goto chkapi1 292if (%nocygwin%) == (Y) goto chkapi1