X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3a880af4a79688e90da45311a8d85bae2d59a811..c4132fd4f0afc4329479cf071752a7e6fa3462f2:/nt/configure.bat diff --git a/nt/configure.bat b/nt/configure.bat index 7fedff411b..3118bb11e5 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -429,7 +429,7 @@ rem echo Checking whether Windows 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 void test(PIMAGE_NT_HEADERS pHeader) >>junk.c echo {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} >>junk.c if (%nocygwin%) == (Y) goto chkapi1 set cf=%usercflags%