base: Fix use of HEIM_USE_PATH_TOKENS
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
#define ISTILDE(x) (x == '~')
|
||||
#ifdef _WIN32
|
||||
# define ISPATHSEP(x) (x == '/' || x =='\\')
|
||||
# define HEIM_BASE_USE_PATH_TOKENS 1
|
||||
#else
|
||||
# define ISPATHSEP(x) (x == '/')
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user