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

index 7ec733059ccddb81837f84ae7c2c07409dceeca4..025bcb39452c19d4a3f71ec301d526262107709b 100644 (file)
@@ -5520,6 +5520,13 @@ PHP_FUNCTION(domxml_xslt_version)
 /* }}} */
 #endif /* HAVE_DOMXSLT */
 
+#ifdef PHP_WIN32
+PHP_LIBXML_API BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
+{
+       return xmlDllMain(hinstDLL, fdwReason, lpvReserved);
+}
+#endif
+
 #endif /* HAVE_DOMXML */
 
 /*