+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.
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