aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/shiboken.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-11 17:22:56 -0200
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-12 09:38:36 -0300
commitb58553f67867dc3e09243a137de560f83758f4a4 (patch)
treefbd8e7b9a1dfb0af95c55ec7af8af7da3982a7c0 /libshiboken/shiboken.h
parent627d4cc994ba1c122995b367e2fc63a02d02d04a (diff)
Add visibility policies to libshiboken and for bindings generated by shiboken generator.
As shiboken generator needs minor changes to support inter-module dependencies, these changes about symbol visibility does not support inter-module dependencies, however support it is simple, because we just need to make some symbols visible to other DSO's. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'libshiboken/shiboken.h')
-rw-r--r--libshiboken/shiboken.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/libshiboken/shiboken.h b/libshiboken/shiboken.h
index 33a77c50b..9c0090d34 100644
--- a/libshiboken/shiboken.h
+++ b/libshiboken/shiboken.h
@@ -36,11 +36,12 @@
#define SHIBOKEN_H
#include <Python.h>
-#include <basewrapper.h>
-#include <conversions.h>
-#include <helper.h>
-#include <pyenum.h>
-#include <bindingmanager.h>
+#include "shibokenmacros.h"
+#include "basewrapper.h"
+#include "conversions.h"
+#include "helper.h"
+#include "pyenum.h"
+#include "bindingmanager.h"
#endif // SHIBOKEN_H