X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..b64e7047020ed19c55fb0179e849554d138d8b06:/src/os2/app.cpp diff --git a/src/os2/app.cpp b/src/os2/app.cpp index 7cf9125bc2..65b080d5e9 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -29,13 +29,12 @@ #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" + #include "wx/module.h" #endif -#include "wx/module.h" +#include "wx/stdpaths.h" +#include "wx/filename.h" #include "wx/os2/private.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;