Fix nativeapi.pm so it knows about AC_HEADER_STAT().
authorFrancois Gouget <fgouget@free.fr>
Fri, 6 May 2005 16:22:54 +0000 (16:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 May 2005 16:22:54 +0000 (16:22 +0000)
commit821d4c4645a1eec363637ff83e6e1b6cfa5b0ffa
tree71d05b8c888b12bfc939597afd10af9cbe8b61fc
parent2dabac08ee7a65b7303c8f1aad8bc89f09d68a3b
Fix nativeapi.pm so it knows about AC_HEADER_STAT().
Make the error message about unexpected '#ifdef HAVE_XXX' clearer.
Protect sys/stat.h #includes with the corresponding '#ifdef HAVE_XXX'
check.
24 files changed:
dlls/crtdll/crtdll_main.c
dlls/dbghelp/elf_module.c
dlls/dbghelp/stabs.c
dlls/gdi/freetype.c
dlls/kernel/comm.c
dlls/kernel/kernel_main.c
dlls/kernel/oldconfig.c
dlls/kernel/vxd.c
dlls/msacm/winemp3/common.c
dlls/ntdll/cdrom.c
dlls/ntdll/directory.c
dlls/ntdll/path.c
dlls/ntdll/server.c
dlls/shell32/shfldr_unixfs.c
dlls/winaspi/winaspi16.c
dlls/winaspi/winaspi32.c
dlls/winedos/int21.c
dlls/winedos/module.c
dlls/winedos/ppdev.c
dlls/winedos/vxd.c
dlls/winsock/socket.c
loader/preloader.c
tools/winapi/nativeapi.pm
tools/winapi/winapi_check