diff options
Diffstat (limited to 'fontconfig/src/fccompat.c')
-rw-r--r-- | fontconfig/src/fccompat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/src/fccompat.c b/fontconfig/src/fccompat.c index d4f88c83f..ce4af5d0d 100644 --- a/fontconfig/src/fccompat.c +++ b/fontconfig/src/fccompat.c @@ -221,7 +221,7 @@ FcRandom(void) } #ifdef _WIN32 -#include <direct.h> +#undef mkdir #define mkdir(path,mode) _mkdir(path) #endif |