]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/private.h
added definition of TARGET_CARBON when compiling with non generated setup.h
[wxWidgets.git] / include / wx / mac / private.h
index a2db2e0e71fa15f75e1a6d915d7ce6d123ef3d6e..a27786e53ccb9cd87e8cf0220350fe5bced9837e 100644 (file)
@@ -17,9 +17,8 @@
 #include "wx/defs.h"
 #include "wx/app.h"
 
-#if defined(__POWERPC__) && defined(__DARWIN__)
+#ifdef __DARWIN__
 #    include <Carbon/Carbon.h>
-#    define TARGET_CARBON 1
 #else
 #    include <Quickdraw.h>
 #    include <Appearance.h>