mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
pre-carbon MacOS9 support.
This commit is contained in:
parent
f387e2d12b
commit
37249c5524
8 changed files with 0 additions and 50 deletions
|
@ -21,11 +21,7 @@ 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…
Add table
Add a link
Reference in a new issue