mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
557164b043
Including noting that it can't be used with Plink, and better indexing.
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
#include "rcstuff.h"
|
|
|
|
#define APPNAME "PuTTY"
|
|
#define APPDESC "SSH, Telnet, Rlogin, and SUPDUDP client"
|
|
|
|
#include "winhelp.rc2"
|
|
#include "win_res.rc2"
|
|
|
|
#ifndef NO_MANIFESTS
|
|
1 RT_MANIFEST "putty.mft"
|
|
#endif /* NO_MANIFESTS */
|