This commit is contained in:
Nils Durner
2007-08-14 21:15:09 +00:00
parent 62410ce950
commit b2bd7b6720
+9
View File
@@ -620,7 +620,16 @@ void __attribute__ ((destructor)) MHD_pthread_handlers_ltdl_fini ()
{
sigaction (SIGALRM, &old, &sig);
}
#else
void __attribute__ ((constructor)) MHD_win_ltdl_init ()
{
plibc_init("CRISP", "libmicrohttpd");
}
void __attribute__ ((destructor)) MHD_win_ltdl_fini ()
{
plibc_shutdown();
}
#endif
/* end of daemon.c */