X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f9eb8b9f41846f99a68dcbc8402a8e78d3b01e31..e66c3912e1b12d8a95b818a316c70ec6b4383aef:/windows/puttygen.rc diff --git a/windows/puttygen.rc b/windows/puttygen.rc index dec06921..417f83d0 100644 --- a/windows/puttygen.rc +++ b/windows/puttygen.rc @@ -1,22 +1,8 @@ -/* Some compilers, like Borland, don't have winresrc.h */ -#ifdef __LCC__ -#include -#else +/* + * Windows resources for PuTTYgen. + */ -#ifndef NO_WINRESRC_H -#ifndef MSVC4 -#include -#else -#include -#endif -#endif - -#endif /* end #ifdef __LCC__ */ - -/* Some systems don't define this, so I do it myself if necessary */ -#ifndef RT_MANIFEST -#define RT_MANIFEST 24 -#endif +#include "rcstuff.h" 200 ICON "puttygen.ico"