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.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/win32/source/applauncher/launcher.hxx b/desktop/win32/source/applauncher/launcher.hxx
index 46829d67037c..0dcf720f2aac 100644
--- a/desktop/win32/source/applauncher/launcher.hxx
+++ b/desktop/win32/source/applauncher/launcher.hxx
@@ -4,6 +4,8 @@
#error Need C++ to compile
#endif
+#include <Windows.h>
+
#ifndef _INC_TCHAR
# ifdef UNICODE
# define _UNICODE
@@ -20,5 +22,6 @@
#define OFFICE_IMAGE_NAME _T("soffice")
extern _TCHAR APPLICATION_SWITCH[];
+extern LPCWSTR APPUSERMODELID;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */