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