mirror of https://github.com/python/cpython.git
Got rid of a silly #if.
This commit is contained in:
parent
490d34dbad
commit
2942131dac
|
@ -155,7 +155,7 @@ def passInput(self, name):
|
||||||
|
|
||||||
initstuff = initstuff + """
|
initstuff = initstuff + """
|
||||||
upp_AEIdleProc = NewAEIdleUPP(AEIdleProc);
|
upp_AEIdleProc = NewAEIdleUPP(AEIdleProc);
|
||||||
#if UNIVERSAL_INTERFACES_VERSION >= 0x0340
|
#if UNIVERSAL_INTERFACES_VERSION >= 0x03400
|
||||||
upp_GenericEventHandler = NewAEEventHandlerUPP(&GenericEventHandler);
|
upp_GenericEventHandler = NewAEEventHandlerUPP(&GenericEventHandler);
|
||||||
#else
|
#else
|
||||||
upp_GenericEventHandler = NewAEEventHandlerUPP(GenericEventHandler);
|
upp_GenericEventHandler = NewAEEventHandlerUPP(GenericEventHandler);
|
||||||
|
|
Loading…
Reference in New Issue