diff options
Diffstat (limited to 'zencore/thread.cpp')
| -rw-r--r-- | zencore/thread.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/thread.cpp b/zencore/thread.cpp index c6c2527ef..f1decf9a5 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -648,6 +648,7 @@ ProcessHandle::Wait(int TimeoutMs) ////////////////////////////////////////////////////////////////////////// +#if !ZEN_PLATFORM_WINDOWS || ZEN_WITH_TESTS static void BuildArgV(std::vector<char*>& Out, char* CommandLine) { char* Cursor = CommandLine; @@ -686,6 +687,7 @@ static void BuildArgV(std::vector<char*>& Out, char* CommandLine) ++Cursor; } } +#endif // !WINDOWS || TESTS #if ZEN_PLATFORM_WINDOWS static CreateProcResult CreateProcNormal( |