(chkapiN) Add check for usp10.h.
This commit is contained in:
parent
83a38a5a39
commit
892508a40d
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
rem problem). The gcc/mingw32 2.95.2 headers are okay, as are distros
|
||||
rem of w32api-xxx.zip from Anders Norlander since 1999-11-18 at least.
|
||||
rem Beginning with Emacs 23, we need usp10.h.
|
||||
rem
|
||||
echo Checking whether W32 API headers are too old...
|
||||
echo #include "windows.h" >junk.c
|
||||
echo #include "usp10.h" >>junk.c
|
||||
echo test(PIMAGE_NT_HEADERS pHeader) >>junk.c
|
||||
echo {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} >>junk.c
|
||||
if (%nocygwin%) == (Y) goto chkapi1
|
||||
|
|
Loading…
Add table
Reference in a new issue