diff --git a/palm/pace_man.c b/palm/pace_man.c index bd45270ca..372197a57 100644 --- a/palm/pace_man.c +++ b/palm/pace_man.c @@ -617,7 +617,6 @@ EvtAddEventToQueue( const EventType* event ) stack, 4 ); } FUNC_TAIL(EvtAddEventToQueue); - EMIT_NAME("'E','v','t','A','d','d','E','v','e','n','t','T','o','Q','u','e','u','e'"); } /* EvtAddEventToQueue */ void diff --git a/palm/palmutil.c b/palm/palmutil.c index 10e676adc..f4c08e8c6 100644 --- a/palm/palmutil.c +++ b/palm/palmutil.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "strutils.h" @@ -341,7 +342,7 @@ penInGadget( EventPtr event, UInt16* whichGadget ) void setFormRefcon( void* refcon ) { - Err err = FtrSet( APPID, GLOBALS_FEATURE, refcon ); + Err err = FtrSet( APPID, GLOBALS_FEATURE, (UInt32)refcon ); XP_ASSERT( err == errNone ); } /* setFormRefcon */