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

corinna@sourceware.org corinna@sourceware.org
Mon Nov 10 17:17:00 GMT 2014


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



More information about the Cygwin-apps-cvs mailing list