From: Jack Jansen Date: Wed, 20 Jun 2001 21:44:38 +0000 (+0000) Subject: Got rid of a silly #if. X-Git-Tag: v2.2a3~1485 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2942131dac32b197da5a604906c322b971234a55;p=thirdparty%2FPython%2Fcpython.git Got rid of a silly #if. --- diff --git a/Mac/Modules/ae/aesupport.py b/Mac/Modules/ae/aesupport.py index eacbee7aee2b..a7351e2e286f 100644 --- a/Mac/Modules/ae/aesupport.py +++ b/Mac/Modules/ae/aesupport.py @@ -155,7 +155,7 @@ GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype ref initstuff = initstuff + """ upp_AEIdleProc = NewAEIdleUPP(AEIdleProc); -#if UNIVERSAL_INTERFACES_VERSION >= 0x0340 +#if UNIVERSAL_INTERFACES_VERSION >= 0x03400 upp_GenericEventHandler = NewAEEventHandlerUPP(&GenericEventHandler); #else upp_GenericEventHandler = NewAEEventHandlerUPP(GenericEventHandler);