author | zecke <zecke> | 2004-10-15 19:23:42 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-10-15 19:23:42 (UTC) |
commit | ac36bfe2794741188da1d6d4b471f96fd15d47ee (patch) (side-by-side diff) | |
tree | 5c1bc264fd554142993be8963aed159f32877d6a /library/stable.h | |
parent | a979ea08e8f9dbade70a9bf4fdc93dcbebb5f3fa (diff) | |
download | opie-ac36bfe2794741188da1d6d4b471f96fd15d47ee.zip opie-ac36bfe2794741188da1d6d4b471f96fd15d47ee.tar.gz opie-ac36bfe2794741188da1d6d4b471f96fd15d47ee.tar.bz2 |
-Add a QPEGLOBAL that adds define for 'weak', 'used' and unused symbols
Make use of the newly added qpeglobal.h to kill custom versions of
similiar macros
-rw-r--r-- | library/stable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stable.h b/library/stable.h index 10f13a6..ea4526c 100644 --- a/library/stable.h +++ b/library/stable.h @@ -1,77 +1,77 @@ /* Add C includes here */ #if defined __cplusplus #include <stdlib.h> #include <iostream> #include <qapplication.h> #include <qpushbutton.h> #include <qlabel.h> #include <qimage.h> #include <qlayout.h> #define INCLUDE_MENUITEM_DEF #include <qpopupmenu.h> #undef INCLUDE_MENUITEM_DEF #define QTOPIA_INTERNAL_LANGLIST #define QTOPIA_INTERNAL_INITAPP #define QTOPIA_INTERNAL_PRELOADACCESS #include <qtopia/qpeapplication.h> #include <qtopia/global.h> #define QTOPIA_INTERNAL_MIMEEXT #define QTOPIA_INTERNAL_PRELOADACCESS #define QTOPIA_INTERNAL_APPLNKASSIGN #include <qtopia/applnk.h> #undef QTOPIA_INTERNAL_PRELOADACCESS #undef QTOPIA_INTERNAL_MIMEEXT #undef QTOPIA_INTERNAL_APPLNKASSIGN #include "categoryedit_p.h" #include <qtopia/categorymenu.h> #include <qtopia/categoryselect.h> #include <qtopia/categorywidget.h> #define QTOPIA_INTERNAL_LANGLIST #include <qtopia/config.h> #undef QTOPIA_INTERNAL_LANGLIST #include <qtopia/datebookdb.h> #include <qtopia/datebookmonth.h> #define QTOPIA_INTERNAL_TZSELECT_INC_LOCAL #include <qtopia/tzselect.h> #undef QTOPIA_INTERNAL_TZSELECT_INC_LOCAL #include <qtopia/resource.h> #include <qtopia/version.h> #include <qtopia/storage.h> #include <qtopia/qpestyle.h> #include <qtopia/alarmserver.h> #include <qtopia/calendar.h> #include <qtopia/fileselector.h> #include <qtopia/filemanager.h> #include <qtopia/qcom.h> #include <qtopia/qcopenvelope_qws.h> #include <qtopia/qpemessagebox.h> #undef QTOPIA_INTERAL_PRELOADACCESS #undef QTOPIA_INTERNAL_INITAPP #undef QTOPIA_INTERNAL_LANGLIST #include <qtopia/xmlreader.h> #include <qtopia/windowdecorationinterface.h> #define QTOPIA_INTERNAL_TZSELECT_INC_LOCAL #include <qtopia/tzselect.h> #undef QTOPIA_INTERNAL_TZSELECT_INC_LOCAL #include <qtopia/applicationinterface.h> - +#include <qtopia/qpeglobal.h> #endif |