summaryrefslogtreecommitdiff
path: root/desktop/win32/source/QuickStart/QuickStart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/QuickStart/QuickStart.cxx')
-rw-r--r--desktop/win32/source/QuickStart/QuickStart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/QuickStart/QuickStart.cxx b/desktop/win32/source/QuickStart/QuickStart.cxx
index 0cc673c77191..f8342229c9e3 100644
--- a/desktop/win32/source/QuickStart/QuickStart.cxx
+++ b/desktop/win32/source/QuickStart/QuickStart.cxx
@@ -89,7 +89,7 @@ int APIENTRY wWinMain(HINSTANCE /*hInstance*/,
for ( int i = 1; i < __argc; i++ )
{
- if ( 0 == strcmp( __argv[i], "--killtray" ) )
+ if ( 0 == wcscmp( __wargv[i], L"--killtray" ) )
{
HWND hwndTray = FindWindowW( QUICKSTART_CLASSNAME, nullptr );