]> granicus.if.org Git - python/commitdiff
Include Carbon/Carbon.h if we're on OSX.
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 1 Sep 2001 23:38:13 +0000 (23:38 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 1 Sep 2001 23:38:13 +0000 (23:38 +0000)
Mac/Modules/mlte/_Mltemodule.c
Mac/Modules/mlte/mltesupport.py

index 7e74e1fa0c6f1ce531d7dc67c5d623016e32563e..f09ae5cafd1481b90cba0bb7dd46d96b5fb3aeac 100644 (file)
@@ -19,7 +19,7 @@
 #ifdef WITHOUT_FRAMEWORKS
 #include <MacTextEditor.h>
 #else
-#include <xxxx.h>
+#include <Carbon/Carbon.h>
 #endif
 
 /* For now we declare them forward here. They'll go to mactoolbox later */
index e4418cb40527f3c1835cf15918caf2bd4209e4dc..3a11e889c9bc70a406adf36368bd5407c24f0c35 100644 (file)
@@ -23,7 +23,7 @@ includestuff = includestuff + """
 #ifdef WITHOUT_FRAMEWORKS
 #include <MacTextEditor.h>
 #else
-#include <xxxx.h>
+#include <Carbon/Carbon.h>
 #endif
 
 /* For now we declare them forward here. They'll go to mactoolbox later */