]> git.saurik.com Git - wxWidgets.git/commitdiff
OS/2 now uses C++ gsocket.
authorDavid Elliott <dfe@tgwbd.org>
Fri, 6 Aug 2004 19:22:15 +0000 (19:22 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 6 Aug 2004 19:22:15 +0000 (19:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gsocket.h

index 829a0066d462f1ed0f83b61bd1b6b3f27bf7f7a6..2e49656249f6f8d6c56d10fd02469231ee8528e0 100644 (file)
 #ifndef __GSOCKET_H
 #define __GSOCKET_H
 
-// FIXME: OS/2 needs to move to modern C++ GSocket
-#if defined(__OS2__)
-#undef wxUSE_GSOCKET_CPLUSPLUS
-#else
 #define wxUSE_GSOCKET_CPLUSPLUS 1
-#endif
 
 #if !defined(__cplusplus) && defined(wxUSE_GSOCKET_CPLUSPLUS)
 #error "You need to compile this file (probably a GUI gsock peice) as C++"