diff options
-rw-r--r-- | cli/cli_trace.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/cli_trace.cpp b/cli/cli_trace.cpp index b543b1e9..669a0c45 100644 --- a/cli/cli_trace.cpp +++ b/cli/cli_trace.cpp @@ -54,6 +54,8 @@ #endif +#ifdef _WIN32 + static inline bool copyWrapper(const os::String & wrapperPath, const char *programPath, @@ -83,6 +85,8 @@ copyWrapper(const os::String & wrapperPath, return true; } +#endif /* _WIN32 */ + static int traceProgram(trace::API api, |