]> cygwin.com Git - cygwin-apps/setup.git/commit - mklink2.cc
* desktop.cc (DesktopSetupPage::OnInit): Drop CoInitialize call here.
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 28 Jun 2009 10:26:14 +0000 (10:26 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 28 Jun 2009 10:26:14 +0000 (10:26 +0000)
commite36b0f1eb97bb144e6d19532a0502b6469b73ada
treed798f62007f10088bd798ce4b35e792fc42c358b
parentf26f525f7a2d2583ffcb9ea292b332dd07cf370b
* 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.
ChangeLog
desktop.cc
main.cc
mklink2.cc
This page took 0.030909 seconds and 5 git commands to generate.