mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
fix errors that became apparant when feature flags turned on and
stopped building wince resources with _WIN32_WCE on.
This commit is contained in:
parent
8332e6746b
commit
3ad2b8e38e
1 changed files with 13 additions and 10 deletions
|
@ -66,6 +66,7 @@ END
|
||||||
// Menubar
|
// Menubar
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifdef _WIN32_WCE
|
||||||
IDM_MENU RCDATA
|
IDM_MENU RCDATA
|
||||||
BEGIN
|
BEGIN
|
||||||
IDM_MENU, 3,
|
IDM_MENU, 3,
|
||||||
|
@ -83,6 +84,7 @@ BEGIN
|
||||||
IDS_MOVE, 0, 2
|
IDS_MOVE, 0, 2
|
||||||
|
|
||||||
END
|
END
|
||||||
|
#endif
|
||||||
|
|
||||||
IDM_MENU MENU DISCARDABLE
|
IDM_MENU MENU DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -117,7 +119,7 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "H&int", ID_MOVE_HINT
|
MENUITEM "H&int", ID_MOVE_HINT
|
||||||
#ifdef XWFEATURE_SEARCHLIMIT
|
#ifdef XWFEATURE_SEARCHLIMIT
|
||||||
MENUITEM "Limited hint (&c)" ID_MOVE_LIMITEDHINT
|
MENUITEM "Limited hint (&c)", ID_MOVE_LIMITEDHINT
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
#endif
|
#endif
|
||||||
MENUITEM "Next hint (&m)", ID_MOVE_NEXTHINT
|
MENUITEM "Next hint (&m)", ID_MOVE_NEXTHINT
|
||||||
|
@ -474,6 +476,7 @@ END
|
||||||
// Editor for individual colors
|
// Editor for individual colors
|
||||||
//
|
//
|
||||||
#ifdef MY_COLOR_SEL
|
#ifdef MY_COLOR_SEL
|
||||||
|
|
||||||
# define CLRELABEL_COL 3
|
# define CLRELABEL_COL 3
|
||||||
# define CLREEDIT_COL 28
|
# define CLREEDIT_COL 28
|
||||||
# define CLRESLIDER_COL 45
|
# define CLRESLIDER_COL 45
|
||||||
|
|
Loading…
Add table
Reference in a new issue