mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 05:22:47 -05:00
Stop shipping old WinHelp (.HLP) file.
The executables were already ignoring it. This is a minimal change; PUTTY.HLP can still be built, and there's still all the context IDs lying around. Buildscr changes are untested.
This commit is contained in:

committed by
Simon Tatham

parent
67d3791de8
commit
a8d3008143
@ -1,7 +1,5 @@
|
||||
/*
|
||||
* winhelp.c: centralised functions to launch Windows help files,
|
||||
* and to decide whether to use .HLP or .CHM help in any given
|
||||
* situation.
|
||||
* winhelp.c: centralised functions to launch Windows HTML Help files.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user