]> git.saurik.com Git - wxWidgets.git/commitdiff
added Darwin related defines
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 2 Oct 2001 15:45:26 +0000 (15:45 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 2 Oct 2001 15:45:26 +0000 (15:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 94bdba822ae2a58a6319e01e1064140a7b2a3864..e45a71b0502571204f2cd56cbdb4142809a0afae 100644 (file)
 #undef __OSF__
 #undef __BSD__
 #undef __FREEBSD__
+#undef __DARWIN__
 #undef __NETBSD__
 #undef __VMS__
 #undef __ULTRIX__
 #undef __DATA_GENERAL__
 #undef __EMX__
 
+/* PowerPC Darwin & Mac OS X */
+#undef __POWERPC__
+
 /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
 #ifndef __WINDOWS__
 #undef __WINDOWS__