]> granicus.if.org Git - php/commitdiff
MFB: Fixed bug #38190 (threading issues on windows 2003)
authorEdin Kadribasic <edink@php.net>
Wed, 6 Sep 2006 21:48:57 +0000 (21:48 +0000)
committerEdin Kadribasic <edink@php.net>
Wed, 6 Sep 2006 21:48:57 +0000 (21:48 +0000)
ext/libxml/libxml.c

index 06d11a1311565bb621dcc7d73e6494fd38fe6e3c..15974c69f7fa2e32b9e34208aea5e9785557a222 100644 (file)
@@ -1043,6 +1043,13 @@ void php_libxml_node_decrement_resource(php_libxml_node_object *object TSRMLS_DC
 }
 /* }}} */
 
+#ifdef PHP_WIN32
+PHP_LIBXML_API BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
+{
+       return xmlDllMain(hinstDLL, fdwReason, lpvReserved);
+}
+#endif
+
 #endif
 
 /*