mirror of https://github.com/python/cpython
modernized ColorPicker somewhat
This commit is contained in:
parent
b98154e424
commit
0ed39577dd
|
@ -21,7 +21,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
#include <ColorPicker.h>
|
||||
#else
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
#include "Python.h"
|
||||
#include "macglue.h"
|
||||
#include "pymactoolbox.h"
|
||||
|
|
Loading…
Reference in New Issue