needed for avoiding double typedefs in xcode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
||||
// from config.log confdefs
|
||||
|
||||
// for tiger only
|
||||
#ifdef _SSIZE_T
|
||||
#define HAVE_SSIZE_T 1
|
||||
#endif
|
||||
#define HAVE_BOOL 1
|
||||
#define HAVE_CONST_CAST
|
||||
#define HAVE_COS 1
|
||||
|
@@ -34,6 +34,7 @@
|
||||
# define __WXMAC_OSX__
|
||||
# define __WXMAC_CARBON__
|
||||
# ifdef __WXMAC_XCODE__
|
||||
# include <unistd.h>
|
||||
# include "wx/mac/carbon/config_xcode.h"
|
||||
# endif
|
||||
# else
|
||||
|
Reference in New Issue
Block a user