Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2022-07-05 20:11:54 +0300
committerSimon Tatham <anakin@pobox.com>2022-07-07 19:34:24 +0300
commitd8f8c8972aecd96d9b2ec552f21421087dd7828c (patch)
treeabb0652d2a82881beb1e3a4965e228913fe2e4fa /utils
parenta77040afa18f85622df4f001da2f133dd79d62eb (diff)
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.
Diffstat (limited to 'utils')
-rw-r--r--utils/ctrlset_normalise.c1
1 files changed, 1 insertions, 0 deletions
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"