X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;fp=src%2Ffcint.h;h=0a1a90e264dd9ddfae4872bd45d0d644a1fd2849;hb=bb8057ea77ec89e789afbc6e87b7a16d479d3105;hp=8179195fc77177d89a8df154b8c3399201167930;hpb=18b8be363ca19666d8e90f8fc124c5b5e9ec15dc;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index 8179195..0a1a90e 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -56,8 +56,10 @@ #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