diff options
Diffstat (limited to 'rts/PathUtils.h')
-rw-r--r-- | rts/PathUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/PathUtils.h b/rts/PathUtils.h index 8a42e34b54..a2dc10e912 100644 --- a/rts/PathUtils.h +++ b/rts/PathUtils.h @@ -8,8 +8,6 @@ #pragma once -#include "BeginPrivate.h" - // Use wchar_t for pathnames on Windows (#5697) #if defined(mingw32_HOST_OS) #include "fs_rts.h" @@ -37,6 +35,8 @@ #define pathcopy strcpy #endif +#include "BeginPrivate.h" + pathchar* pathdup(pathchar *path); pathchar* pathdir(pathchar *path); pathchar* mkPath(char* path); |