X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5321c0c69fbb8966982687d208ffc5f0c17ba191..690695e0356273fb6aa1c851713831f14254590d:/windows/winhelp.h diff --git a/windows/winhelp.h b/windows/winhelp.h index e2876da6..34cfd93f 100644 --- a/windows/winhelp.h +++ b/windows/winhelp.h @@ -3,6 +3,8 @@ * the \cfg{winhelp-topic} directives in the Halibut source. */ +#define WINHELP_CTX_MAXLEN 80 + /* These are used in the cross-platform configuration dialog code. */ #define HELPCTX(x) P(WINHELP_CTX_ ## x) @@ -130,6 +132,7 @@ #define HELPCTXID(x) WINHELP_CTXID_ ## x +#define WINHELP_CTXID_no_help 0 #define WINHELP_CTX_errors_hostkey_absent "errors.hostkey.absent" #define WINHELP_CTXID_errors_hostkey_absent 1 #define WINHELP_CTX_errors_hostkey_changed "errors.hostkey.changed"