always include slots that are only used in conditional builds to

simplify converting between saved versions.
This commit is contained in:
ehouse 2004-10-09 00:18:40 +00:00
parent 82927d7169
commit aae594857a

View file

@ -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 {