diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-20 13:31:00 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-20 13:31:00 +0000 |
commit | 91a0228601dab234123a4f9812ccc13bf85dd1dc (patch) | |
tree | 444cc26a8a3ca8ed8c0440b02a884760966df9a8 /Mac/Modules/cm | |
parent | 89eea4aff9f6f2c27c2ce028f577991f0d240f06 (diff) | |
download | cpython-91a0228601dab234123a4f9812ccc13bf85dd1dc.tar.gz |
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.
Diffstat (limited to 'Mac/Modules/cm')
-rw-r--r-- | Mac/Modules/cm/_Cmmodule.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Modules/cm/_Cmmodule.c b/Mac/Modules/cm/_Cmmodule.c index f9b1bf7b95..95a36c06f9 100644 --- a/Mac/Modules/cm/_Cmmodule.c +++ b/Mac/Modules/cm/_Cmmodule.c @@ -5,12 +5,7 @@ -#ifdef _WIN32 -#include "pywintoolbox.h" -#else -#include "macglue.h" #include "pymactoolbox.h" -#endif /* Macro to test whether a weak-loaded CFM function exists */ #define PyMac_PRECHECK(rtn) do { if ( &rtn == NULL ) {\ |