mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -7,25 +7,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
#include <Memory.h>
|
||||
#include <Dialogs.h>
|
||||
#include <Menus.h>
|
||||
#include <Controls.h>
|
||||
#include <Components.h>
|
||||
#include <Lists.h>
|
||||
#include <Movies.h>
|
||||
#include <Errors.h>
|
||||
#include <CFBase.h>
|
||||
#include <CFArray.h>
|
||||
#include <CFData.h>
|
||||
#include <CFDictionary.h>
|
||||
#include <CFString.h>
|
||||
#include <CFURL.h>
|
||||
#else
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <QuickTime/QuickTime.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Helper routines for error codes and such.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue