summaryrefslogtreecommitdiff
path: root/desktop/win32/source/applauncher/launcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/applauncher/launcher.hxx')
-rw-r--r--desktop/win32/source/applauncher/launcher.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/desktop/win32/source/applauncher/launcher.hxx b/desktop/win32/source/applauncher/launcher.hxx
index 46829d67037c..444789c96a5a 100644
--- a/desktop/win32/source/applauncher/launcher.hxx
+++ b/desktop/win32/source/applauncher/launcher.hxx
@@ -5,19 +5,19 @@
#endif
#ifndef _INC_TCHAR
-# ifdef UNICODE
-# define _UNICODE
-# endif
-# include <tchar.h>
+# ifdef UNICODE
+# define _UNICODE
+# endif
+# include <tchar.h>
#endif
#ifdef UNICODE
-# define GetArgv( pArgc ) CommandLineToArgvW( GetCommandLine(), pArgc )
+# define GetArgv( pArgc ) CommandLineToArgvW( GetCommandLine(), pArgc )
#else
-# define GetArgv( pArgc ) (*pArgc = __argc, __argv)
+# define GetArgv( pArgc ) (*pArgc = __argc, __argv)
#endif
-#define OFFICE_IMAGE_NAME _T("soffice")
+#define OFFICE_IMAGE_NAME _T("soffice")
extern _TCHAR APPLICATION_SWITCH[];