mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
modernized ColorPicker somewhat
This commit is contained in:
parent
b98154e424
commit
0ed39577dd
1 changed files with 4 additions and 0 deletions
|
@ -21,7 +21,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
|
|
||||||
|
#ifdef WITHOUT_FRAMEWORKS
|
||||||
#include <ColorPicker.h>
|
#include <ColorPicker.h>
|
||||||
|
#else
|
||||||
|
#include <Carbon/Carbon.h>
|
||||||
|
#endif
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
#include "macglue.h"
|
#include "macglue.h"
|
||||||
#include "pymactoolbox.h"
|
#include "pymactoolbox.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue