mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
wrap some constants in #ifndef XWFEATURE_STANDALONE_ONLY
This commit is contained in:
parent
9fdc12daf8
commit
ada635d9b6
1 changed files with 8 additions and 4 deletions
|
@ -61,12 +61,15 @@ enum TXWordsIds {
|
|||
,EPlayerSpeciesChoice
|
||||
,EDecryptPassword
|
||||
|
||||
,EPage1
|
||||
,EPage2
|
||||
,EPage3
|
||||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
,EConnectionRole
|
||||
,EConnectionType
|
||||
,ERelayName
|
||||
,ERelayPort
|
||||
,EPageConn
|
||||
#endif
|
||||
,EPagePlayers
|
||||
,EPageDict
|
||||
|
||||
,ESelDictName
|
||||
,ESelDictChoice
|
||||
|
@ -79,6 +82,7 @@ enum TXWordsIds {
|
|||
,ESelGameChoice
|
||||
|
||||
,EEditNameEdwin
|
||||
|
||||
};
|
||||
|
||||
#define XW_UID3 0x10206D64
|
||||
|
|
Loading…
Reference in a new issue