]> git.eshelyaron.com Git - emacs.git/commitdiff
(chkapiN) Add check for usp10.h.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Apr 2008 08:17:20 +0000 (08:17 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Apr 2008 08:17:20 +0000 (08:17 +0000)
nt/ChangeLog
nt/configure.bat

index dfc7b8d117f4c4266add9da9809ebaf85f88eaab..4eda6f02d8686d5b0971f68868c08dcae789635d 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.bat: Add check for usp10.h.
+
 2008-04-04  Jason Rumney  <jasonr@gnu.org>
 
        * INSTALL: Update W32 API requirements.
index 87b02de0e9cc972675878809ff608cb2279a92d8..41c4528930df4d1ca87ed045934ca177413c3776 100755 (executable)
@@ -282,9 +282,11 @@ rem   are like this), or have a typo in the definition of
 rem   IMAGE_FIRST_SECTION (the headers with gcc/mingw32 2.95 have this\r
 rem   problem).  The gcc/mingw32 2.95.2 headers are okay, as are distros\r
 rem   of w32api-xxx.zip from Anders Norlander since 1999-11-18 at least.\r
+rem   Beginning with Emacs 23, we need usp10.h.\r
 rem\r
 echo Checking whether W32 API headers are too old...\r
 echo #include "windows.h" >junk.c\r
+echo #include "usp10.h" >>junk.c\r
 echo test(PIMAGE_NT_HEADERS pHeader) >>junk.c\r
 echo {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} >>junk.c\r
 if (%nocygwin%) == (Y) goto chkapi1\r