]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for CW compilation
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 26 Sep 2004 14:05:48 +0000 (14:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 26 Sep 2004 14:05:48 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/gsockmac.h

index 49bd37d0332850b20957b3593be905c61920d665..0b73be833efea8da28759511100619b52f36b773 100644 (file)
 #include "gsocket.h"
 #endif
 
+#ifndef OTUNIXERRORS
+
 #include <MacHeaders.c>
 #define OTUNIXERRORS 1
 #include <OpenTransport.h>
 #include <OpenTransportProviders.h>
 #include <OpenTptInternet.h>
 
+#endif
+
 /* Definition of GSocket */
 class GSocket
 {