blob: 92158ec94cc8ae23173f65db321fd7a4897195cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This file is part of MXE.
See index.html for further information.
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
@@ -366,7 +366,7 @@
static HMODULE atk_dll;
BOOL WINAPI
-DllMain (HINSTANCE hinstDLL,
+atk_DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{
|