summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/windowsStart.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/comphelper/windowsStart.hxx b/include/comphelper/windowsStart.hxx
index 590402528f7a..09a9108811fb 100644
--- a/include/comphelper/windowsStart.hxx
+++ b/include/comphelper/windowsStart.hxx
@@ -13,19 +13,12 @@
/**
* Launch a child process with the specified arguments.
* @note argv[0] is ignored
- * @note The form of this function that takes char **argv expects UTF-8
*/
-
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);
-
wchar_t* MakeCommandLine(int argc, WCHAR **argv);
#endif