]> git.saurik.com Git - wxWidgets.git/commitdiff
Added prototypes to eliminate BC++ warnings
authorJulian Smart <julian@anthemion.co.uk>
Tue, 14 Mar 2000 09:00:46 +0000 (09:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 14 Mar 2000 09:00:46 +0000 (09:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/gsocket.c

index 00e5d32ace9988c498406b5ade1dac52c3c91a4b..59214ea7d64fd591f2903d333b010ab91b882212 100644 (file)
 #define SOCKLEN_T  int
 #endif
 
+#if defined(__BORLANDC__)
+GAddress *GAddress_new(void);
+GSocket *GSocket_new(void);
+#endif
+
 #ifdef _MSC_VER
     /* using FD_SET results in this warning */
     #pragma warning(disable:4127) /* conditional expression is constant */