annotate src/atk-1-DllMain.patch @ 2988:aca8511e7751

qt.mk: link to correct files in bin directory
author John W. Eaton <jwe@octave.org>
date Thu, 16 May 2013 13:32:57 -0400
parents 0bec20cb78f6
children 1c7c6c090223
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2395
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
1 diff -uNr atk-2.2.0-orig/atk/atkobject.c atk-2.2.0/atk/atkobject.c
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
2 --- atk-2.2.0-orig/atk/atkobject.c 2011-09-19 19:06:54.000000000 +0200
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
3 +++ atk-2.2.0/atk/atkobject.c 2012-04-14 20:26:12.763814596 +0200
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
4 @@ -366,7 +366,7 @@
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
5 static HMODULE atk_dll;
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
6
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
7 BOOL WINAPI
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
8 -DllMain (HINSTANCE hinstDLL,
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
9 +atk_DllMain (HINSTANCE hinstDLL,
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
10 DWORD fdwReason,
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
11 LPVOID lpvReserved)
0bec20cb78f6 atk: rename DllMain to atk_DllMain
Matthias Gehre <M.Gehre@gmx.de>
parents:
diff changeset
12 {