From e68771939ebfae69feb39243e56bcd976f336082 Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 11 Aug 2006 01:33:19 +0000 Subject: [PATCH] fix broken ce build: remove ifdefs. --- xwords4/wince/cemain.c | 2 -- xwords4/wince/resource.h | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/xwords4/wince/cemain.c b/xwords4/wince/cemain.c index 1cbc8a4b0..81bc5d81b 100755 --- a/xwords4/wince/cemain.c +++ b/xwords4/wince/cemain.c @@ -1960,9 +1960,7 @@ WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) draw = handleDoneCmd( globals); break; -#ifndef _WIN32_WCE case ID_MOVE_FLIP: -#endif case FLIP_BUTTON_ID: draw = board_flip( globals->game.board ); break; diff --git a/xwords4/wince/resource.h b/xwords4/wince/resource.h index 74602c933..0f320eeb5 100755 --- a/xwords4/wince/resource.h +++ b/xwords4/wince/resource.h @@ -169,9 +169,7 @@ #define ID_MOVE_JUGGLE 40016 #define ID_MOVE_HIDETRAY 40017 #define ID_MOVE_TURNDONE 40018 -#ifndef _WIN32_WCE -# define ID_MOVE_FLIP 40019 -#endif +#define ID_MOVE_FLIP 40019 #define ID_FILE_NEWGAME 40020 #define ID_FILE_SAVEDGAMES 40021 #define ID_EDITTEXT 40022