This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog autoload.c filemanip.h gpg-pac ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	yselkowitz@sourceware.org	2012-09-04 08:55:17

Modified files:
	.              : ChangeLog autoload.c filemanip.h gpg-packet.cc 
	                 main.cc ntdll.h package_message.h propsheet.cc 
	                 win32.h 

Log message:
	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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.779&r2=2.780
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/autoload.c.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/filemanip.h.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/gpg-packet.cc.diff?cvsroot=cygwin-apps&r1=2.1&r2=2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.68&r2=2.69
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ntdll.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/package_message.h.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/propsheet.cc.diff?cvsroot=cygwin-apps&r1=2.17&r2=2.18
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/win32.h.diff?cvsroot=cygwin-apps&r1=2.27&r2=2.28


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]