summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-07-19 15:09:38 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-07-19 15:09:38 +0000
commit8faeeb151ca5dd6976f432c1f006578ea52bfe3b (patch)
tree73d55d5f11db3655911a39cbca2a094bad1016b9 /idl
parente3517b10f9e5a6222c4b7927944ae9784830a534 (diff)
downloadat-spi2-core-8faeeb151ca5dd6976f432c1f006578ea52bfe3b.tar.gz
Changes to the way Bonobo_Unknown is included,
affects ORBit2/Bonobo environment only. See bug #313122. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@840 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'idl')
-rw-r--r--idl/Accessibility.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/idl/Accessibility.idl b/idl/Accessibility.idl
index c5be877f..6822f224 100644
--- a/idl/Accessibility.idl
+++ b/idl/Accessibility.idl
@@ -33,6 +33,17 @@
#endif
#ifndef _BONOBO_IDL_INCLUDED_
+#ifdef __ORBIT_IDL__
+%{
+#pragma include_defs bonobo/Bonobo.h
+%}
+#pragma inhibit push
+#endif
+#include <Bonobo_Unknown.idl>
+#ifdef __ORBIT_IDL__
+#pragma inhibit pop
+#endif
+
#define _BONOBO_IDL_INCLUDED_
#include <Bonobo_Unknown.idl>
#endif /* _BONOBO_IDL_INCLUDED_ */