base: Fix use of HEIM_USE_PATH_TOKENS

This commit is contained in:
Nicolas Williams
2020-05-25 14:43:05 -05:00
parent 16482c4a68
commit 4c34168b01
2 changed files with 8 additions and 26 deletions

View File

@@ -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