1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/windows/winhelp.rc2

9 lines
192 B
Plaintext
Raw Normal View History

#include "win_res.h"
#ifdef EMBED_CHM
ID_CUSTOM_CHMFILE TYPE_CUSTOM_CHMFILE "../doc/putty.chm"
#define HELPVER " (with embedded help)"
#else
#define HELPVER " (without embedded help)"
#endif