commit | 0ed39577ddcc7dadb642b316eb90e91b60bacdcc | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@letterror.com> | Sat May 24 20:14:24 2003 +0000 |
committer | Just van Rossum <just@letterror.com> | Sat May 24 20:14:24 2003 +0000 |
tree | 9c0a8114e190c8f5029e2fd92695e138ebb79081 | |
parent | b98154e4243a8d73f758dfee9a81bbe36ddc05cb [diff] |
modernized ColorPicker somewhat
diff --git a/Mac/Modules/ColorPickermodule.c b/Mac/Modules/ColorPickermodule.c index 3878093..e7d0045 100644 --- a/Mac/Modules/ColorPickermodule.c +++ b/Mac/Modules/ColorPickermodule.c
@@ -21,7 +21,11 @@ ******************************************************************/ +#ifdef WITHOUT_FRAMEWORKS #include <ColorPicker.h> +#else +#include <Carbon/Carbon.h> +#endif #include "Python.h" #include "macglue.h" #include "pymactoolbox.h"