]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/pageant.rc
rm some magic numbers in ssh_setup_portfwd()
[PuTTY.git] / windows / pageant.rc
index 336271ebbe55f4e02e9292460175ed9b04723ce4..3967ee5d1e16596d53a2f0ef6bfebdf54ca299cf 100644 (file)
@@ -1,22 +1,8 @@
-/* Some compilers, like Borland, don't have winresrc.h */
-#ifdef __LCC__ 
-#include <win.h>
-#else
+/*
+ * Windows resources for Pageant.
+ */
 
-#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 "pageant.ico"
 201 ICON "pageants.ico"