moved definition of TARGET_CARBON to generated setup.h when compiling with
Apple Developer Tools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user