Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_16' into...
[platform/upstream/atk.git] / config.h.win32.in
index d815b58..c85f239 100644 (file)
 
 /* Version number of package */
 #define VERSION "@ATK_MAJOR_VERSION@.@ATK_MINOR_VERSION@.@ATK_MICRO_VERSION@"
-
-/* defines how to decorate public symbols while building */
-#ifdef _MSC_VER
-#define _ATK_EXTERN __declspec (dllexport) extern
-#else
-#define _ATK_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
-#endif