common xcode support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,10 +40,6 @@
|
|||||||
# ifndef MAC_OS_X_VERSION_10_5
|
# ifndef MAC_OS_X_VERSION_10_5
|
||||||
# define MAC_OS_X_VERSION_10_5 1050
|
# define MAC_OS_X_VERSION_10_5 1050
|
||||||
# endif
|
# endif
|
||||||
# ifdef __WXMAC_XCODE__
|
|
||||||
# include <unistd.h>
|
|
||||||
# include "wx/mac/carbon/config_xcode.h"
|
|
||||||
# endif
|
|
||||||
# else
|
# else
|
||||||
# error "only mach-o configurations are supported"
|
# error "only mach-o configurations are supported"
|
||||||
# endif
|
# endif
|
||||||
@@ -72,6 +68,12 @@
|
|||||||
# define __WXOSX__
|
# define __WXOSX__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __WXOSX__
|
||||||
|
# ifdef __WXMAC_XCODE__
|
||||||
|
# include <unistd.h>
|
||||||
|
# include "wx/mac/carbon/config_xcode.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
first define Windows symbols if they're not defined on the command line: we
|
first define Windows symbols if they're not defined on the command line: we
|
||||||
can autodetect everything we need if _WIN32 is defined
|
can autodetect everything we need if _WIN32 is defined
|
||||||
|
Reference in New Issue
Block a user