]> git.saurik.com Git - wxWidgets.git/commitdiff
added definition of TARGET_CARBON when compiling with non generated setup.h
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 28 Jan 2003 22:26:30 +0000 (22:26 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 28 Jan 2003 22:26:30 +0000 (22:26 +0000)
using Project Builder

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index f619504c01727df5211ac721f26624b600703c23..1f9798e967f610e8ed38ac149949f3f1c9682318 100644 (file)
     #ifndef __POWERPC__
         #define __POWERPC__ 1
     #endif
+    #ifndef TARGET_CARBON
+        #define TARGET_CARBON 1
+    #endif
 
     #if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG)
         #define wxSIZE_T_IS_ULONG