Move DllMain() to atkprivate.c
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Mar 2014 02:48:30 +0000 (10:48 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Mar 2014 11:08:36 +0000 (19:08 +0800)
commit57fdd584dc099006a4f919183bba58b3064e4c4f
tree63fa3ded67aebd16d4746f103ef09a50770427ef
parentb2f76883d390de6ab0ef5de678457dc4080bc35d
Move DllMain() to atkprivate.c

Since the HMODULE that is initialized by DllMain() is to be used to for
get_atk_locale_dir(), which was recently moved to atk/atkprivate.c, move
DllMain() and its related items to atk/atkprivate.c as well.  This will fix
the ATK build on Windows.

https://bugzilla.gnome.org/show_bug.cgi?id=726216
atk/atkobject.c
atk/atkprivate.c