]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/puttygen.rc
rm some magic numbers in ssh_setup_portfwd()
[PuTTY.git] / windows / puttygen.rc
index dec06921c07027aa4a3ab1c5694b445242a03a0d..417f83d078ed6753b080492396a3aab17f1c4f60 100644 (file)
@@ -1,22 +1,8 @@
-/* Some compilers, like Borland, don't have winresrc.h */
-#ifdef __LCC__ 
-#include <win.h>
-#else
+/*
+ * Windows resources for PuTTYgen.
+ */
 
-#ifndef NO_WINRESRC_H
-#ifndef MSVC4
-#include <winresrc.h>
-#else
-#include <winres.h>
-#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"