1
0
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:
Simon Tatham 2019-02-20 07:02:34 +00:00
parent 6593009b0e
commit 462b8c7b84

View File

@ -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