From 2942131dac32b197da5a604906c322b971234a55 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 20 Jun 2001 21:44:38 +0000 Subject: Got rid of a silly #if. --- Mac/Modules/ae/aesupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Modules/ae/aesupport.py b/Mac/Modules/ae/aesupport.py index eacbee7..a7351e2 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); -- cgit v0.12