]> git.cworth.org Git - apitrace/blobdiff - common/os_string.hpp
cli: Don't replace, but instead prepend the environment variable.
[apitrace] / common / os_string.hpp
index 3a8eab688552b1bb39f187bc57fc2981f4e5bd1c..35156a101b0f16d74e8af79c5c0c7b1f5aa88c3f 100644 (file)
@@ -57,8 +57,10 @@ extern "C" _CRTIMP int _vscprintf(const char *format, va_list argptr);
 
 #ifdef _WIN32
 #define OS_DIR_SEP '\\'
+#define OS_PATH_SEP ';'
 #else /* !_WIN32 */
 #define OS_DIR_SEP '/'
+#define OS_PATH_SEP ':'
 #endif /* !_WIN32 */