mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Removed THINK_C support.
This commit is contained in:
parent
031ac7112f
commit
021da55579
10 changed files with 2 additions and 812 deletions
|
@ -57,10 +57,6 @@ extern PyObject *CtlObj_WhichControl(ControlHandle); /* Forward */
|
|||
extern PyObject *QdRGB_New(RGBColorPtr);
|
||||
extern QdRGB_Convert(PyObject *, RGBColorPtr);
|
||||
|
||||
#ifdef THINK_C
|
||||
#define ControlActionUPP ProcPtr
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Parse/generate ControlFontStyleRec records
|
||||
*/
|
||||
|
|
|
@ -57,10 +57,6 @@ extern PyObject *CtlObj_WhichControl(ControlHandle); /* Forward */
|
|||
extern PyObject *QdRGB_New(RGBColorPtr);
|
||||
extern QdRGB_Convert(PyObject *, RGBColorPtr);
|
||||
|
||||
#ifdef THINK_C
|
||||
#define ControlActionUPP ProcPtr
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Parse/generate ControlFontStyleRec records
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue