Got rid of a silly #if.

This commit is contained in:
Jack Jansen 2001-06-20 21:44:38 +00:00
parent 490d34dbad
commit 2942131dac
1 changed files with 1 additions and 1 deletions

View File

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