mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
fix broken ce build: remove ifdefs.
This commit is contained in:
parent
0b868f5b53
commit
e68771939e
2 changed files with 1 additions and 5 deletions
|
@ -1960,9 +1960,7 @@ WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
draw = handleDoneCmd( globals);
|
draw = handleDoneCmd( globals);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifndef _WIN32_WCE
|
|
||||||
case ID_MOVE_FLIP:
|
case ID_MOVE_FLIP:
|
||||||
#endif
|
|
||||||
case FLIP_BUTTON_ID:
|
case FLIP_BUTTON_ID:
|
||||||
draw = board_flip( globals->game.board );
|
draw = board_flip( globals->game.board );
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -169,9 +169,7 @@
|
||||||
#define ID_MOVE_JUGGLE 40016
|
#define ID_MOVE_JUGGLE 40016
|
||||||
#define ID_MOVE_HIDETRAY 40017
|
#define ID_MOVE_HIDETRAY 40017
|
||||||
#define ID_MOVE_TURNDONE 40018
|
#define ID_MOVE_TURNDONE 40018
|
||||||
#ifndef _WIN32_WCE
|
#define ID_MOVE_FLIP 40019
|
||||||
# define ID_MOVE_FLIP 40019
|
|
||||||
#endif
|
|
||||||
#define ID_FILE_NEWGAME 40020
|
#define ID_FILE_NEWGAME 40020
|
||||||
#define ID_FILE_SAVEDGAMES 40021
|
#define ID_FILE_SAVEDGAMES 40021
|
||||||
#define ID_EDITTEXT 40022
|
#define ID_EDITTEXT 40022
|
||||||
|
|
Loading…
Reference in a new issue