X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5321c0c69fbb8966982687d208ffc5f0c17ba191..77603464f5b4231df69eb20ca278062bd7aae9fb:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index fbc9e5f6..5b44d6a1 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -57,6 +57,9 @@ typedef struct terminal_tag Terminal; #define PUTTY_REG_GPARENT "Software" #define PUTTY_REG_GPARENT_CHILD "SimonTatham" +#define PUTTY_HELP_FILE "putty.hlp" +#define PUTTY_HELP_CONTENTS "putty.cnt" + #define GETTICKCOUNT GetTickCount #define CURSORBLINK GetCaretBlinkTime() #define TICKSPERSEC 1000 /* GetTickCount returns milliseconds */