- doc
[oweals/gnunet.git] / src / util / winproc.c
index 7cd80a939bcaf5bfd7f23f1b0ce03e3bbed5cc97..b75fc86db408237a1d8281fcf34c753e64225058 100644 (file)
@@ -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)