mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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
|
@ -1,6 +1,6 @@
|
|||
f = Function(void, 'OpenDeskAcc',
|
||||
(Str255, 'name', InMode),
|
||||
condition='#ifndef TARGET_API_MAC_CARBON'
|
||||
condition='#if !TARGET_API_MAC_CARBON'
|
||||
)
|
||||
functions.append(f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue