This commit is contained in:
ehouse 2004-09-24 01:47:34 +00:00
parent baabc47f48
commit 71e9d715f3
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -23,6 +23,7 @@
#include <SoundMgr.h>
#include <TimeMgr.h>
#include <Form.h>
#include <FeatureMgr.h>
#include <unix_stdarg.h>
#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 */