mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
add flags for NODE_CAN_4 form of dawg
This commit is contained in:
parent
a1b7202f80
commit
5a3a353bbf
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ typedef struct dawg_header {
|
||||||
unsigned char charTableRecNum;
|
unsigned char charTableRecNum;
|
||||||
unsigned char valTableRecNum;
|
unsigned char valTableRecNum;
|
||||||
unsigned char reserved[3]; /* worst case this points to a new resource */
|
unsigned char reserved[3]; /* worst case this points to a new resource */
|
||||||
|
#ifdef NODE_CAN_4
|
||||||
|
unsigned short flags;
|
||||||
|
#endif
|
||||||
} dawg_header;
|
} dawg_header;
|
||||||
|
|
||||||
/* Part of xwords3 dictionaries on PalmOS */
|
/* Part of xwords3 dictionaries on PalmOS */
|
||||||
|
|
Loading…
Reference in a new issue