diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-20 00:56:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:17 +0200 |
commit | 2872098f75b348c33deba2be3665317b76ce69a9 (patch) | |
tree | f14f34aff5a9714efa889791a9d09256a4d5b075 /onlineupdate/inc | |
parent | 60ae0924bb2b68cd12e5d1f9c748ee4dc1aa12c2 (diff) |
make the winhelper library compile on windows
Change-Id: I4bfa678b6a028a91a63b79a24f6db3a3644d086a
Diffstat (limited to 'onlineupdate/inc')
-rw-r--r-- | onlineupdate/inc/winhelper/windowsStart.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/onlineupdate/inc/winhelper/windowsStart.hxx b/onlineupdate/inc/winhelper/windowsStart.hxx index 9305ebec43b5..5baedc840416 100644 --- a/onlineupdate/inc/winhelper/windowsStart.hxx +++ b/onlineupdate/inc/winhelper/windowsStart.hxx @@ -12,6 +12,11 @@ BOOL WinLaunchChild(const wchar_t *exePath, int argc, + wchar_t **argv, HANDLE userToken = nullptr, + HANDLE *hProcess = nullptr); + +BOOL +WinLaunchChild(const wchar_t *exePath, int argc, char **argv, HANDLE userToken = nullptr, HANDLE *hProcess = nullptr); |