summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/inc/winhelper/windowsStart.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/onlineupdate/inc/winhelper/windowsStart.hxx b/onlineupdate/inc/winhelper/windowsStart.hxx
index e34e7d15ca22..7a9d54a506f2 100644
--- a/onlineupdate/inc/winhelper/windowsStart.hxx
+++ b/onlineupdate/inc/winhelper/windowsStart.hxx
@@ -3,6 +3,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#ifndef INCLUDED_ONLINEUPDATE_INC_WINSTART_HXX
+#define INCLUDED_ONLINEUPDATE_INC_WINSTART_HXX
+
#ifdef _WIN32
#include <windows.h>
#endif
@@ -19,3 +22,5 @@ WinLaunchChild(const wchar_t *exePath, int argc,
HANDLE *hProcess = nullptr);
wchar_t* MakeCommandLine(int argc, WCHAR **argv);
+
+#endif