]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
FcStrPathPlus: new helper function
[fontconfig.git] / src / fcint.h
index 8179195fc77177d89a8df154b8c3399201167930..0a1a90e264dd9ddfae4872bd45d0d644a1fd2849 100644 (file)
 
 #ifdef _WIN32
 #define FC_SEARCH_PATH_SEPARATOR ';'
+#define FC_DIR_SEPARATOR '\\'
 #else
 #define FC_SEARCH_PATH_SEPARATOR ':'
+#define FC_DIR_SEPARATOR '/'
 #endif
 
 #define FC_DBG_MATCH   1