]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
removed spurious #endif
[wxWidgets.git] / src / os2 / app.cpp
index 7cf9125bc27c42b1a44d2dc1339d76acf092cc97..491f4800c283a66ad760011d2d3f4d77eae1946f 100644 (file)
@@ -29,7 +29,6 @@
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
     #include "wx/wxchar.h"
-    #include "wx/icon.h"
     #include "wx/stdpaths.h"
     #include "wx/filename.h"
     #include "wx/log.h"
@@ -82,8 +81,7 @@ extern "C" int _System bsdselect(int,
 // global variables
 // ---------------------------------------------------------------------------
 
-extern wxChar*                      wxBuffer;
-extern wxList WXDLLEXPORT           wxPendingDelete;
+WXDLLEXPORT_DATA(wxChar*) wxBuffer;
 extern wxCursor*                    g_globalCursor;
 
 HAB                                 vHabmain = NULLHANDLE;