added network-to-host noops

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-04-23 12:24:55 +00:00
parent d9d14984ff
commit 3d640cfc40

View File

@@ -76,6 +76,13 @@
#endif /* __GSOCKET_STANDALONE__ */
#ifndef ntohl
#define ntohl(x) (x)
#define ntohs(x) (x)
#define htonl(x) (x)
#define htons(x) (x)
#endif
void wxCYield() ;
#ifdef __WXDEBUG__
#define qDebug 1