From f2439d83f0cb113744ddcf161cdd0ccba2a34d53 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 8 Jun 2012 12:52:06 +0200 Subject: [PATCH] Fix wide character support for the mkdir definition. --- src/std/c_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/c_private.h b/src/std/c_private.h index 155865475e..726520b5b1 100644 --- a/src/std/c_private.h +++ b/src/std/c_private.h @@ -90,7 +90,7 @@ typedef wchar_t _TCHAR; #define _tstat _wstat #define _tunlink _wunlink #define _tmkdir _wmkdir -#define _trmdir _rmdir +#define _trmdir _wrmdir #define _tchmod _wchmod #define _trewinddir _wrewinddir #else