Forgot to remove debug code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -444,7 +444,6 @@ void MakeProgram(char Title[], char Program[], char Icon[], char dest[], char id
|
||||
strcat(startpath, ".lnk");
|
||||
|
||||
CoInitialize(NULL);
|
||||
mesg("CreateLink(\"%s\",\"%s\",\"%s\"", Program, startpath, Title);
|
||||
CreateLink(Program, startpath, Title);
|
||||
CoUninitialize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user