X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49bcad62198be60888dacf02edcbe9278b465fca..4997d3014cd76b41f2d4036dfd168ad886972f35:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 941c8aa71b..a0d2dd9157 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -46,17 +46,13 @@ #endif //Win/Unix #if defined(__WXMSW__) - #include "wx/msw/private.h" // includes windows.h for MessageBox() + #include "wx/msw/wrapwin.h" // includes windows.h for MessageBox() #endif #if wxUSE_FONTMAP #include "wx/fontmap.h" #endif // wxUSE_FONTMAP -#if wxUSE_SOCKETS - #include "wx/gsocket.h" -#endif // wxUSE_SOCKETS - #if defined(__WXMAC__) // VZ: MacTypes.h is enough under Mac OS X (where I could test it) but // I don't know which headers are needed under earlier systems so @@ -479,16 +475,6 @@ GSocketGUIFunctionsTable* wxConsoleAppTraitsBase::GetSocketGUIFunctionsTable() { return NULL; } - -// TODO: Use a different class that only stubs out the event loop functions -GSocketBSD* wxConsoleAppTraitsBase::CreateGSocket() -{ -#ifdef wxUSE_GSOCKET_CPLUSPLUS - return new GSocketBSDGUIShim(); -#else - return NULL; -#endif -} #endif // ----------------------------------------------------------------------------