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]

csih ./ChangeLog native/Makefile native/winPro ...


CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	corinna@sourceware.org	2014-11-10 17:17:41

Modified files:
	.              : ChangeLog 
	native         : Makefile winProductName.c 

Log message:
	* native/Makefile (LIBS): Add default-manifest file.
	(NTDLL): Define.
	(getAccountName): Add $(CFLAGS).  Fix usage of $(LIBS) for
	PE/COFF platform.
	(winProductName): Ditto.  Add $(NTDLL).
	* native/winProductName.c: Re-indent for better readability.  Remove
	not working tchar.h overhead.
	(products): Drop "note"-type comments.
	(RtlGetVersion): Declare.
	(RtlGetProductInfo): Declare.
	(GetOSDisplayString): Use RtlGetVersion and RtlGetProductInfo.  Explain
	why.  Use switch statements rather than if/else if chains where
	applicable.  Add support for Windows 8.1, Server 2012 R2, Windows 10 and
	Server 2014(?).  Drop support for Windows versions prior to Windows XP.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/native/Makefile.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/native/winProductName.c.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8


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