Export atk_misc_intance for VS/Win32 builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Jul 2011 06:47:44 +0000 (14:47 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Jul 2011 06:47:44 +0000 (14:47 +0800)
commit15c2a9a1f71ba3a1c3570a168b674415972415dc
tree658d67c368c7f19374ca2bb05ac2caed9bec976f
parentcc294ea378be0f56e489dc87c33f0fdd4fe8fe20
Export atk_misc_intance for VS/Win32 builds

The variable atk_misc_intance needs to be explicitly decorated
with the __declspec(dllexport) directive to export properly on Windows/VS
DLL builds (which is the standard build).  The corresponding mechanism
for linking to the ATK DLL is also updated as well with
extern __declspec(dllimport).

This will allow GTK+ 3.1.9+ (with the a11y functions)to link correctly on
Visual C++ .
atk/atkmisc.h