mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
make some conn-related IDs conditional
This commit is contained in:
parent
7d4700622e
commit
f6649e17f6
1 changed files with 10 additions and 9 deletions
|
@ -135,16 +135,17 @@
|
||||||
#define HC_MIN_COMBO 1087
|
#define HC_MIN_COMBO 1087
|
||||||
#define HC_MAX_COMBO 1088
|
#define HC_MAX_COMBO 1088
|
||||||
|
|
||||||
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
# define IDC_CCONVIA_LAB 1089
|
# define IDC_CCONVIA_LAB 1089
|
||||||
# define IDC_CRELAYNAME_LAB 1090
|
# define IDC_CRELAYNAME_LAB 1090
|
||||||
# define IDC_CRELAYPORT_LAB 1091
|
# define IDC_CRELAYPORT_LAB 1091
|
||||||
# define IDC_COOKIE_LAB 1092
|
# define IDC_COOKIE_LAB 1092
|
||||||
|
# define IDC_CRELAYHINT_LAB 1093
|
||||||
|
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
# define IDC_CONNECTCOMBO 1094
|
||||||
# define IDC_CONNECTCOMBO 1093
|
# define RELAYNAME_EDIT 1095
|
||||||
# define RELAYNAME_EDIT 1094
|
# define RELAYPORT_EDIT 1096
|
||||||
# define RELAYPORT_EDIT 1095
|
# define COOKIE_EDIT 1097
|
||||||
# define COOKIE_EDIT 1096
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue