Small correction...

svn path=/trunk/; revision=61835
This commit is contained in:
Daniel Reimer 2014-01-26 17:08:43 +00:00
parent be52242977
commit 658bdd0a4f

View file

@ -292,7 +292,7 @@ ThreadFunc(LPVOID Context)
/* run it */
if (!bCab)
{
ShellExecute( NULL, L"open", path, NULL, NULL, SW_SHOWNORMAL );
ShellExecuteW( NULL, L"open", path, NULL, NULL, SW_SHOWNORMAL );
}
end:
CloseHandle(hOut);