mirror of
https://github.com/chemhack/putty.git
synced 2026-01-12 15:45:52 +00:00
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
#include "rcstuff.h"
|
|
|
|
#define APPNAME "PuTTYtel"
|
|
#define APPDESC "Telnet and Rlogin client"
|
|
|
|
#include "win_res.rc2"
|
|
|
|
#ifndef NO_MANIFESTS
|
|
/* FIXME */
|
|
1 RT_MANIFEST "putty.mft"
|
|
#endif /* NO_MANIFESTS */
|