mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +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
|
@ -228,13 +228,13 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"List", initList},
|
||||
{"Snd", initSnd},
|
||||
{"Sndihooks", initSndihooks},
|
||||
#ifndef TARGET_API_MAC_CARBON_NOTYET
|
||||
#if !TARGET_API_MAC_CARBON_NOTYET
|
||||
/* Carbon scrap manager is completely different */
|
||||
{"Scrap", initScrap},
|
||||
#endif
|
||||
{"TE", initTE},
|
||||
{"ColorPicker", initColorPicker},
|
||||
#ifndef TARGET_API_MAC_CARBON
|
||||
#if !TARGET_API_MAC_CARBON
|
||||
{"Help", initHelp},
|
||||
{"Printing", initPrinting},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue