mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05:00
Give FORCE_ON / FORCE_OFF / AUTO an enum name.
That will let me declare variables of that type: it's 'enum TriState'.
This commit is contained in:
parent
6593009b0e
commit
462b8c7b84
2
putty.h
2
putty.h
@ -341,7 +341,7 @@ enum {
|
|||||||
CIPHER_MAX /* no. ciphers (inc warn) */
|
CIPHER_MAX /* no. ciphers (inc warn) */
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum TriState {
|
||||||
/*
|
/*
|
||||||
* Several different bits of the PuTTY configuration seem to be
|
* Several different bits of the PuTTY configuration seem to be
|
||||||
* three-way settings whose values are `always yes', `always
|
* three-way settings whose values are `always yes', `always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user