Visual Studio builds: Support Visual Studio 2017
[platform/upstream/atk.git] / atk / atkwindow.h
index 7d14913..a9a5b4b 100644 (file)
@@ -44,10 +44,9 @@ typedef struct _AtkWindowIface AtkWindowIface;
 struct _AtkWindowIface
 {
   GTypeInterface parent;
-
-  gpointer       _padding_dummy[16];
 };
 
+ATK_AVAILABLE_IN_2_2
 GType atk_window_get_type (void);
 G_END_DECLS