Kaydet (Commit) 9d184e2c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

updater: add include guard for windows process start code

Change-Id: If021a92163381f2221faa1c7121f6c4af2d51dcf
Reviewed-on: https://gerrit.libreoffice.org/40836Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst a5cda560
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment