From d8f8c8972aecd96d9b2ec552f21421087dd7828c Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 5 Jul 2022 18:11:54 +0100 Subject: Make HelpCtx a per-platform type, not an intorptr. Partly, this just seems more sensible, since it may well vary per platform beyond the ability of intorptr to specify. But more immediately it means the definition of the HELPCTX macro doesn't have to use the P() function from dialog.h, which isn't defined in any circumstances outside the config subsystem. And I'm about to want to put a help context well outside that subsystem. --- utils/ctrlset_normalise.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/ctrlset_normalise.c b/utils/ctrlset_normalise.c index 46f5f19f..3d922ebb 100644 --- a/utils/ctrlset_normalise.c +++ b/utils/ctrlset_normalise.c @@ -2,6 +2,7 @@ * Helper function from the dialog.h mechanism. */ +#include "putty.h" #include "misc.h" #include "dialog.h" -- cgit v1.2.3