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:
Stefan Csomor
2005-02-06 15:57:19 +00:00
parent 449816adfd
commit 819f6fb9f0
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -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