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 desktop.cc main.cc mklink2.cc


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2009-06-28 10:26:14

Modified files:
	.              : ChangeLog desktop.cc main.cc mklink2.cc 

Log message:
	* desktop.cc (DesktopSetupPage::OnInit): Drop CoInitialize call here.
	* main.cc (main_display): Use InitCommonControlsEx rather than
	InitCommonControls per MSDN.  Call CoInitializeEx and create IShellLink
	instance here to workaround a problem on Windows 7.  Release IShellLink
	instance and call CoUninitialize on exit.
	* mklink.cc (sl): Change to global variable.  Drop call to
	CoCreateInstance here.  Check if sl is valid before using it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.638&r2=2.639
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.51&r2=2.52
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.53&r2=2.54
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mklink2.cc.diff?cvsroot=cygwin-apps&r1=2.8&r2=2.9


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