Kaydet (Commit) df48f780 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove dead function declaration

Change-Id: I6d54179a9faeda77a3c3672978cfade8408cb835
Reviewed-on: https://gerrit.libreoffice.org/41275Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst b37c3442
...@@ -13,19 +13,12 @@ ...@@ -13,19 +13,12 @@
/** /**
* Launch a child process with the specified arguments. * Launch a child process with the specified arguments.
* @note argv[0] is ignored * @note argv[0] is ignored
* @note The form of this function that takes char **argv expects UTF-8
*/ */
BOOL BOOL
WinLaunchChild(const wchar_t *exePath, int argc, WinLaunchChild(const wchar_t *exePath, int argc,
wchar_t **argv, HANDLE userToken = nullptr, wchar_t **argv, HANDLE userToken = nullptr,
HANDLE *hProcess = nullptr); HANDLE *hProcess = nullptr);
BOOL
WinLaunchChild(const wchar_t *exePath, int argc,
char **argv, HANDLE userToken = nullptr,
HANDLE *hProcess = nullptr);
wchar_t* MakeCommandLine(int argc, WCHAR **argv); wchar_t* MakeCommandLine(int argc, WCHAR **argv);
#endif #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