Pull out the common compiler-specific workarounds and so on from individual
[sgt/putty] / windows / win_res.rc
index 3a96cca..d89868d 100644 (file)
@@ -1,32 +1,8 @@
-/* Some compilers, like Borland, don't have winresrc.h */
-#ifdef __LCC__ 
-#include <win.h>
-#else
-
-#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 TCS_MULTILINE
-#define TCS_MULTILINE 0x0200
-#endif
-
-/* Likewise */
-#ifndef RT_MANIFEST
-#define RT_MANIFEST 24
-#endif
-
-#ifdef MINGW32_FIX
-#define EDITTEXT     EDITTEXT "",
-#endif
+/*
+ * Windows resources for PuTTY and PuTTYtel.
+ */
 
+#include "rcstuff.h"
 #include "win_res.h"
 
 IDI_MAINICON ICON "putty.ico"