]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - win_res.rc
Briefly document the "special commands" menu.
[PuTTY.git] / win_res.rc
index d1fb112f1875b856439a4ad32ea58d7668b16376..9a16c8147e0a1b5946920329e63e7e9ed3dd01bb 100644 (file)
@@ -1,4 +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>
@@ -7,6 +11,8 @@
 #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