From 8acfb311538854d9f5c5c3f080193d6360dcee92 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 9 Jul 2005 15:27:06 +0000 Subject: [PATCH] protect TIMER_HEARTBEAT for standalone platforms --- xwords4/common/comtypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xwords4/common/comtypes.h b/xwords4/common/comtypes.h index d68618878..bd41c4e0a 100644 --- a/xwords4/common/comtypes.h +++ b/xwords4/common/comtypes.h @@ -75,7 +75,9 @@ typedef XP_U16 XP_PlayerAddr; typedef enum { TIMER_PENDOWN = 1, /* ARM doesn't like ids of 0... */ TIMER_TIMERTICK, +#ifdef BEYOND_IR TIMER_HEARTBEAT, +#endif TIMER_NUM_PLUS_ONE /* must be last */ } XWTimerReason;