diff options
Diffstat (limited to 'src/util/winproc.c')
-rw-r--r-- | src/util/winproc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/winproc.c b/src/util/winproc.c index 7cd80a9..b75fc86 100644 --- a/src/util/winproc.c +++ b/src/util/winproc.c @@ -27,7 +27,6 @@ #include "platform.h" #include "gnunet_common.h" -#define DEBUG_WINPROC 0 #ifdef MINGW @@ -146,7 +145,7 @@ GNInitWinEnv () plibc_initialized (); plibc_set_panic_proc (plibc_panic); - ret = plibc_init ("GNU", PACKAGE); + ret = plibc_init_utf8 ("GNU", PACKAGE, 1); /* don't load other DLLs twice */ if (hNTDLL) |