summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'base.h')
-rw-r--r--base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base.h b/base.h
index c32c149..53e0a70 100644
--- a/base.h
+++ b/base.h
@@ -7,6 +7,10 @@
#if _WIN32
#include <windows.h>
+#include <shlobj.h>
+#define PATH_SEPARATOR "\\"
+#else
+#define PATH_SEPARATOR "/"
#endif
#include <stdbool.h>