diff options
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ #if _WIN32 #include <windows.h> +#include <shlobj.h> +#define PATH_SEPARATOR "\\" +#else +#define PATH_SEPARATOR "/" #endif #include <stdbool.h> |