mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Shuffled include's around (name conflict on Mac wrt teclick())
This commit is contained in:
parent
9d19a914d0
commit
dc977a99e0
1 changed files with 3 additions and 4 deletions
|
@ -67,6 +67,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include "modsupport.h"
|
#include "modsupport.h"
|
||||||
#include "ceval.h"
|
#include "ceval.h"
|
||||||
#include "sysmodule.h"
|
#include "sysmodule.h"
|
||||||
|
#ifdef macintosh
|
||||||
|
#include "macglue.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef macintosh
|
#ifdef macintosh
|
||||||
#include ":::stdwin:H:stdwin.h"
|
#include ":::stdwin:H:stdwin.h"
|
||||||
|
@ -104,10 +107,6 @@ static type_lock StdwinLock; /* Lock held when interpreter not locked */
|
||||||
|
|
||||||
static object *StdwinError; /* Exception stdwin.error */
|
static object *StdwinError; /* Exception stdwin.error */
|
||||||
|
|
||||||
#ifdef macintosh
|
|
||||||
#include "macglue.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Window and menu object types declared here because of forward references */
|
/* Window and menu object types declared here because of forward references */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue