commit | 7107c1aff301a65faed24642cdc08f82a1c41cd4 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Thu Nov 20 13:31:00 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Thu Nov 20 13:31:00 2003 +0000 |
tree | 1ce55f300f09be769722831564e22a9f49bbefa5 | |
parent | 3305d2487d76a8a24448d825e98f8afb4caa76ab [diff] [blame] |
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. Cleaned up various things in the toolbox modules.
diff --git a/Mac/Modules/gestaltmodule.c b/Mac/Modules/gestaltmodule.c index 8097de8..f82687e 100644 --- a/Mac/Modules/gestaltmodule.c +++ b/Mac/Modules/gestaltmodule.c
@@ -25,7 +25,7 @@ /* Macintosh Gestalt interface */ #include "Python.h" -#include "macglue.h" +#include "pymactoolbox.h" #include <Carbon/Carbon.h>