X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fos_string.hpp;h=35156a101b0f16d74e8af79c5c0c7b1f5aa88c3f;hb=fc0aa1b0915a65f8968e965eda3172ab3cd3c5f1;hp=3a8eab688552b1bb39f187bc57fc2981f4e5bd1c;hpb=1e3950ddd30086449eeda4a3d537383586e67b36;p=apitrace diff --git a/common/os_string.hpp b/common/os_string.hpp index 3a8eab6..35156a1 100644 --- a/common/os_string.hpp +++ b/common/os_string.hpp @@ -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 */