Commit f424f24b authored by Jack Jansen's avatar Jack Jansen

Re-enabled Scrap (even though it's mostly empty right now).

parent afd0aa68
...@@ -240,10 +240,8 @@ struct _inittab _PyImport_Inittab[] = { ...@@ -240,10 +240,8 @@ struct _inittab _PyImport_Inittab[] = {
{"Qdoffs", initQdoffs}, {"Qdoffs", initQdoffs},
{"Snd", initSnd}, {"Snd", initSnd},
{"Sndihooks", initSndihooks}, {"Sndihooks", initSndihooks},
#if !TARGET_API_MAC_CARBON_NOTYET
/* Carbon scrap manager is completely different */ /* Carbon scrap manager is completely different */
{"Scrap", initScrap}, {"Scrap", initScrap},
#endif
{"TE", initTE}, {"TE", initTE},
{"ColorPicker", initColorPicker}, {"ColorPicker", initColorPicker},
#if !TARGET_API_MAC_CARBON #if !TARGET_API_MAC_CARBON
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment