added Darwin related defines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fedad417ce
commit
8eee02518d
@ -77,12 +77,16 @@
|
||||
#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__
|
||||
|
Loading…
Reference in New Issue
Block a user