mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 20:12:48 -05:00
Mark Baker's raw-TCP back end (untested and experimental as yet)
[originally from svn r266]
This commit is contained in:
19
win_res.h
19
win_res.h
@ -32,15 +32,16 @@
|
||||
#define IDC0_PORTSTATIC 1003
|
||||
#define IDC0_PORT 1004
|
||||
#define IDC0_PROTSTATIC 1005
|
||||
#define IDC0_PROTTELNET 1006
|
||||
#define IDC0_PROTSSH 1007
|
||||
#define IDC0_SESSSTATIC 1008
|
||||
#define IDC0_SESSEDIT 1009
|
||||
#define IDC0_SESSLIST 1010
|
||||
#define IDC0_SESSLOAD 1011
|
||||
#define IDC0_SESSSAVE 1012
|
||||
#define IDC0_SESSDEL 1013
|
||||
#define IDC0_CLOSEEXIT 1014
|
||||
#define IDC0_PROTRAW 1006
|
||||
#define IDC0_PROTTELNET 1007
|
||||
#define IDC0_PROTSSH 1008
|
||||
#define IDC0_SESSSTATIC 1009
|
||||
#define IDC0_SESSEDIT 1010
|
||||
#define IDC0_SESSLIST 1011
|
||||
#define IDC0_SESSLOAD 1012
|
||||
#define IDC0_SESSSAVE 1013
|
||||
#define IDC0_SESSDEL 1014
|
||||
#define IDC0_CLOSEEXIT 1015
|
||||
|
||||
#define IDC1_DELSTATIC 1001
|
||||
#define IDC1_DEL008 1002
|
||||
|
Reference in New Issue
Block a user