Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.

This commit is contained in:
Jack Jansen 2000-07-14 22:52:50 +00:00
parent 74a1e63a89
commit a44923fbfe
9 changed files with 0 additions and 83 deletions

View file

@ -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;