added definition of TARGET_CARBON when compiling with non generated setup.h
using Project Builder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -194,6 +194,9 @@
|
|||||||
#ifndef __POWERPC__
|
#ifndef __POWERPC__
|
||||||
#define __POWERPC__ 1
|
#define __POWERPC__ 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef TARGET_CARBON
|
||||||
|
#define TARGET_CARBON 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG)
|
#if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG)
|
||||||
#define wxSIZE_T_IS_ULONG
|
#define wxSIZE_T_IS_ULONG
|
||||||
|
Reference in New Issue
Block a user