mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
always include slots that are only used in conditional builds to
simplify converting between saved versions.
This commit is contained in:
parent
82927d7169
commit
aae594857a
1 changed files with 2 additions and 5 deletions
|
@ -21,7 +21,8 @@
|
||||||
|
|
||||||
#define AppType APPID
|
#define AppType APPID
|
||||||
#define PrefID 0
|
#define PrefID 0
|
||||||
#define VERSION_NUM 1
|
#define VERSION_NUM_405 1
|
||||||
|
#define VERSION_NUM 2 /* 1 to 2 moving to ARM */
|
||||||
|
|
||||||
#include <PalmTypes.h>
|
#include <PalmTypes.h>
|
||||||
#include <DataMgr.h>
|
#include <DataMgr.h>
|
||||||
|
@ -174,12 +175,8 @@ typedef struct PrefsDlgState {
|
||||||
XP_Bool showGrid;
|
XP_Bool showGrid;
|
||||||
XP_Bool hintsNotAllowed;
|
XP_Bool hintsNotAllowed;
|
||||||
XP_Bool timerEnabled;
|
XP_Bool timerEnabled;
|
||||||
#ifdef FEATURE_TRAY_EDIT
|
|
||||||
XP_Bool allowPickTiles;
|
XP_Bool allowPickTiles;
|
||||||
#endif
|
|
||||||
#ifdef XWFEATURE_SEARCHLIMIT
|
|
||||||
XP_Bool allowHintRect;
|
XP_Bool allowHintRect;
|
||||||
#endif
|
|
||||||
} PrefsDlgState;
|
} PrefsDlgState;
|
||||||
|
|
||||||
typedef struct DictState {
|
typedef struct DictState {
|
||||||
|
|
Loading…
Add table
Reference in a new issue