]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
1. wxGetFullHostName() does return the full host name now under MSW
[wxWidgets.git] / src / common / socket.cpp
index 542adadde694ef244212f409361e2d89e02815a1..b2947da8e81de3cf518d23d2cdeb97f27cfef71a 100644 (file)
@@ -1242,7 +1242,7 @@ class WXDLLEXPORT wxSocketModule : public wxModule
   DECLARE_DYNAMIC_CLASS(wxSocketModule)
 
 public:
-  bool OnInit() { return GSocket_Init(); }
+  bool OnInit() { return GSocket_Init() != 0; }
   void OnExit() { GSocket_Cleanup(); }
 };