mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
8b7458119f
So that it's possible to distinguish the CHMful from the CHMless binary without running it.
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
#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
|