]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gsocket.cpp
rewrote some sizer code using wxSizerFlags
[wxWidgets.git] / src / msw / gsocket.cpp
index 74484e286503df08ba6ce42b4e6c8c8d2d9c4391..620ad39cbfc9542d4d89ccadcdbda6579e8ed38c 100644 (file)
@@ -8,6 +8,13 @@
  * -------------------------------------------------------------------------
  */
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #ifdef _MSC_VER
    /* RPCNOTIFICATION_ROUTINE in rasasync.h (included from winsock.h),
     * warning: conditional expression is constant.
@@ -501,7 +508,7 @@ GSocket *GSocket::WaitConnection()
 *  make the appropriate setsockopt() call.
 *  Implemented as a GSocket function because clients (ie, wxSocketServer)
 *  don't have access to the GSocket struct information.
-*  Returns TRUE if the flag was set correctly, FALSE if an error occured
+*  Returns true if the flag was set correctly, false if an error occured
 *  (ie, if the parameter was NULL)
 */
 bool GSocket::SetReusable()