]> cygwin.com Git - cygwin-apps/setup.git/commit
Fix build with mingw-w64 headers.
authorYaakov Selkowitz <yselkowi@redhat.com>
Tue, 4 Sep 2012 13:55:17 +0000 (13:55 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Tue, 4 Sep 2012 13:55:17 +0000 (13:55 +0000)
commitaf67048ac19aafafd721e8d8959c0885ad4e19b0
treeb097f79276e6e6c401304758435b69c607d5540f
parente08abe3f2d0ca414c941a8302893ae78c4f9127d
Fix build with mingw-w64 headers.
* autoload.c: Define DECLSPEC_IMPORT for mingw-w64 headers.
* filemanip.h: Include <sys/types.h> to fix missing mode_t typedef
error with mingw-w64 headers.
* gpg-packet.cc: Include "win32.h" to avoid macro redefinition
errors with mingw-w64 headers.
(ARRAYSIZE): Do not redefine.
* main.cc (_argv): Declare if using mingw-w64 headers.
(WinMain): Move up _argv definition to before it is first used.
* ntdll.h: Include PSDK headers with mingw-w64 instead of DDK.
* package_message.h: Include "win32.h" instead of <windows.h>.
* propsheet.cc (PROPSHEETHEADER_V1_SIZE): Do not redefine.
* win32.h: Include <sys/types.h> to fix missing mode_t typedef
error with mingw-w64 headers.
Define DECLSPEC_IMPORT for mingw-w64 headers.
ChangeLog
autoload.c
filemanip.h
gpg-packet.cc
main.cc
ntdll.h
package_message.h
propsheet.cc
win32.h
This page took 0.029085 seconds and 5 git commands to generate.