mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
This commit is contained in:
parent
2d391f2f39
commit
74a1e63a89
44 changed files with 223 additions and 223 deletions
|
@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define HASTHREAD ""
|
||||
#endif
|
||||
|
||||
#ifdef TARGET_API_MAC_CARBON
|
||||
#if TARGET_API_MAC_CARBON
|
||||
#define TARGET_API " CARBON"
|
||||
#else
|
||||
#define TARGET_API ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue