Updated role enumeration in Accessibility_Role.idl.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-statetypes.h
index 1cb123a..778ab8a 100644 (file)
@@ -1,15 +1,11 @@
 #ifndef _SPI_STATETYPES_H_
 #define _SPI_STATETYPES_H_
 
-#include <glib/gmacros.h>
-
-G_BEGIN_DECLS
+#ifdef  __cplusplus
+extern "C" {
+#endif
 
-/*
- *
- * Enumerated type for accessible state
- *
- */
+/* Enumerated type for accessible state */
 
 typedef enum
 {
@@ -90,6 +86,8 @@ typedef enum
   SPI_STATE_LAST_DEFINED
 } AccessibleState;
 
-G_END_DECLS
+#ifdef  __cplusplus
+}
+#endif
 
 #endif