view src/atk-1-DllMain.patch @ 4229:f40bc676a42f

of-sparsersb: update to 1.0.2 * src/of-sparsersb-1-fixes.patch: removed * build_packages.m: update sparsersb version * src/of-sparsersb.mk: update version, checksum * dist-files.mk: remove f-sparsersb-1-fixes.patch ref.
author John D
date Wed, 05 Oct 2016 15:39:08 -0400
parents 1c7c6c090223
children
line wrap: on
line source

diff -uNr atk-2.2.0-orig/atk/atkobject.c atk-2.2.0/atk/atkobject.c
--- atk-2.2.0-orig/atk/atkobject.c	2011-09-19 19:06:54.000000000 +0200
+++ atk-2.2.0/atk/atkobject.c	2012-04-14 20:26:12.763814596 +0200
@@ -369,7 +369,11 @@
 static HMODULE atk_dll;
 
 BOOL WINAPI
+#ifdef DLL_EXPORT
 DllMain (HINSTANCE hinstDLL,
+#else
+atk_DllMain (HINSTANCE hinstDLL,
+#endif
 	 DWORD     fdwReason,
 	 LPVOID    lpvReserved)
 {