We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde2cc8 commit 242032bCopy full SHA for 242032b
ChangeLog
@@ -1,3 +1,7 @@
1
+Tue Jan 29 21:27:56 CET 2013
2
+ Make code work with PlibC 0.1.7 (which removed plibc_init_utf8).
3
+ Only relevant for W32. Fixes #2734. -CG
4
+
5
Sat Jan 26 21:26:48 CET 2013
6
Fixing regression introduced Jan 6 (test on data_size instead
7
of total_size. -CG
src/daemon/daemon.c
@@ -2836,7 +2836,7 @@ MHD_init ()
2836
mhd_panic_cls = NULL;
2837
2838
#ifdef WINDOWS
2839
- plibc_init_utf8 ("GNU", "libmicrohttpd", 1);
+ plibc_init ("GNU", "libmicrohttpd");
2840
#endif
2841
#if HTTPS_SUPPORT
2842
gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
0 commit comments