mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
This commit is contained in:
parent
74a1e63a89
commit
a44923fbfe
9 changed files with 0 additions and 83 deletions
|
|
@ -31,10 +31,6 @@ EventMask = Type("EventMask", "H")
|
|||
includestuff = includestuff + """
|
||||
#include <Dialogs.h>
|
||||
|
||||
#ifndef HAVE_UNIVERSAL_HEADERS
|
||||
#define NewModalFilterProc(x) (x)
|
||||
#endif
|
||||
|
||||
/* XXX Shouldn't this be a stack? */
|
||||
static PyObject *Dlg_FilterProc_callback = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue