diff options
Diffstat (limited to 'desktop/win32/source/applauncher/launcher.cxx')
-rw-r--r-- | desktop/win32/source/applauncher/launcher.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx index b09068d9351b..d72d7dde4b24 100644 --- a/desktop/win32/source/applauncher/launcher.cxx +++ b/desktop/win32/source/applauncher/launcher.cxx @@ -44,7 +44,7 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) #endif { // Set an explicit Application User Model ID for the process - + WCHAR szShell32[MAX_PATH]; GetSystemDirectoryW(szShell32, MAX_PATH); wcscat(szShell32, L"\\Shell32.dll"); @@ -76,7 +76,7 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) } } } - FreeLibrary(hinstDll); + FreeLibrary(hinstDll); // Retrieve startup info |