]> git.saurik.com Git - wxWidgets.git/commitdiff
added network-to-host noops
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Apr 2004 12:24:55 +0000 (12:24 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Apr 2004 12:24:55 +0000 (12:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/gsocket.c

index e88784d0bcfa3bf291cf1776cd459e75b3a591a8..073d97c483d1aa245318acd3a0102e13416582d6 100644 (file)
 
 #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