Mac build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-04-16 04:57:25 +00:00
parent 15569d2614
commit 1b7a2f8c78

View File

@@ -552,7 +552,7 @@
#define wxUSE_RICHEDIT2 0 #define wxUSE_RICHEDIT2 0
#endif #endif
#if !defined(__WIN32__) #if !defined(__WIN32__) && !defined(__APPLE__)
#define wxUSE_CAIRO 1 #define wxUSE_CAIRO 1
#else #else
#define wxUSE_CAIRO 0 #define wxUSE_CAIRO 0