PenInputMgr.h



When I include this header file I get the following errors. What am I
doing wrong? I have the latest version of Codewarrior.

Error : ';' expected
PenInputMgr.h line 85 PINS_TRAP(pinPINGetInputAreaState);

Error : ';' expected
PenInputMgr.h line 88 PINS_TRAP(pinPINSetInputAreaState);

Error : ';' expected
PenInputMgr.h line 91 PINS_TRAP(pinPINGetInputTriggerState);

Error : ';' expected
PenInputMgr.h line 94 PINS_TRAP(pinPINSetInputTriggerState);

Error : ';' expected
PenInputMgr.h line 99 PINS_TRAP(pinStatGetAttribute);

Error : ';' expected
PenInputMgr.h line 102 PINS_TRAP( pinStatHide);

Error : ';' expected
PenInputMgr.h line 105 PINS_TRAP(pinStatShow);

.