You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
547 B
14 lines
547 B
16 years ago
|
--- threads.c.orig 2009-04-03 19:12:55.382657819 +0200
|
||
|
+++ threads.c 2009-04-03 19:13:10.362407937 +0200
|
||
|
@@ -975,8 +975,8 @@
|
||
|
*/
|
||
|
#if defined(HAVE_WIN32_THREADS) && !defined(HAVE_COMPILER_TLS) && (!defined(LIBXML_STATIC) || defined(LIBXML_STATIC_FOR_DLL))
|
||
|
#if defined(LIBXML_STATIC_FOR_DLL)
|
||
|
-BOOL XMLCALL
|
||
|
-xmlDllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||
|
+int XMLCALL
|
||
|
+xmlDllMain(void *hinstDLL, unsigned long fdwReason, void *lpvReserved)
|
||
|
#else
|
||
|
BOOL WINAPI
|
||
|
DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|