]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptbase.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / os2 / apptbase.h
index 26cca0d69a4d84090ce23b606be3a5661a94129c..d4476b649a043ab947d35f21551ac98cc80aa973 100644 (file)
@@ -1,10 +1,9 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        wx/os2/apptbase.h
-// Purpose:     declaration of wxAppTraits for MSW
+// Purpose:     declaration of wxAppTraits for OS2
 // Author:      Stefan Neis
 // Modified by:
 // Created:     22.09.2003
-// RCS-ID:      $Id$
 // Copyright:   (c) 2003 Stefan Neis <Stefan.Neis@t-online.de>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -27,6 +26,10 @@ public:
 
     // Clean up message queue.
     virtual void TerminateGui(unsigned long ulHab);
+
+#if wxUSE_SOCKETS
+    virtual wxFDIOManager *GetFDIOManager();
+#endif
 };
 
 #endif // _WX_OS2_APPTBASE_H_