]> git.saurik.com Git - wxWidgets.git/commitdiff
workaround to get things compiling properly under CW 8.3 Mach-O
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Mar 2004 05:39:00 +0000 (05:39 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 27 Mar 2004 05:39:00 +0000 (05:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.c

index 1b8f5b0e52ac4d2c836d8402de337d59e092814e..16eae12743e6e4810bb1337bb8b35adefd85bd7c 100644 (file)
@@ -1616,8 +1616,10 @@ GSocketError GAddress_INET_SetHostName(GAddress *address, const char *hostname)
   {
 #else
   /* Use gethostbyname by default */
+#ifndef __WXMAC__
   int val = 1;  /* VA doesn't like constants in conditional expressions */
   if (val)
+#endif
   {
 #endif
     struct in_addr *array_addr;