mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
#include "rcstuff.h"
|
|
|
|
#define APPNAME "PuTTY"
|
|
#define APPDESC "SSH, Telnet, Rlogin, and SUPDUP client"
|
|
|
|
#include "winhelp.rc2"
|
|
#include "win_res.rc2"
|
|
|
|
#ifndef NO_MANIFESTS
|
|
1 RT_MANIFEST "putty.mft"
|
|
#endif /* NO_MANIFESTS */
|