summaryrefslogtreecommitdiff
path: root/library/qpeglobal.h
Side-by-side diff
Diffstat (limited to 'library/qpeglobal.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpeglobal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/qpeglobal.h b/library/qpeglobal.h
index a84e435..f64ccfd 100644
--- a/library/qpeglobal.h
+++ b/library/qpeglobal.h
@@ -63,26 +63,29 @@
#if __GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 >= 2)
/* gcc >= 3.2 */
#undef QPE_DEPRECATED
#define QPE_DEPRECATED __attribute__((deprecated))
#endif
/*
* Defined if Compiler supports attributes
*/
#ifdef GCC_SUPPORTS_VISIBILITY
#undef QPE_EXPORT_SYMBOL
#define QPE_EXPORT_SYMBOL __attribute__((visibility("default")))
#endif
#else // defined(Q_OS_WIN32)
#define QPE_WEAK_SYMBOL
#define QPE_SYMBOL_USED
#define QPE_SYMBOL_UNUSED
#define QPE_EXPORT_SYMBOL
#endif
+#define QTOPIA_MERGED_METHOD(method, version) method QPE_WEAK_SYMBOL;
+#define NOT_IN_SHARP(method) method QPE_WEAK_SYMBOL;
+#define NOT_IN_QPE(method) method QPE_WEAK_SYMBOL;
#endif