src/winsup/mingw include/stdint.h ChangeLog

dannysmith@cygwin.com dannysmith@cygwin.com
Mon May 7 23:42:00 GMT 2007


CVSROOT:	/cvs/src
Module name:	src
Changes by:	dannysmith@sourceware.org	2007-05-07 23:42:27

Modified files:
	winsup/mingw/include: stdint.h 
	winsup/mingw   : ChangeLog 

Log message:
	* include/stdint.h (intptr_t): Protect with _INTPTR_T_DEFINED.
	Condition on _WIN64.
	(uintptr_t): Protect with _UINTPTR_T_DEFINED.  Condition on _WIN64.
	(INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX): Condition on _WIN64.
	(PTRDIFF_MIN): Define as INTPTR_MIN.
	(PTRDIFF_MAX): Define as INTPTR_MAX.
	(SIG_ATOMIC_MIN): Define as INTPTR_MIN.
	(SIG_ATOMIC_MAX): Define as INTPTR_MAX.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdint.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.351&r2=1.352



More information about the Cygwin-cvs mailing list