setup ChangeLog desktop.cc main.cc mklink2.cc
corinna@sourceware.org
corinna@sourceware.org
Sun Jun 28 10:26:00 GMT 2009
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
More information about the Cygwin-apps-cvs
mailing list