X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/4dee460f19582a5707e42eb1aa2025f29c7b9d8c..c524da73c079265e1fb0c8c9d24f0be1a6b910f5:/win_res.rc diff --git a/win_res.rc b/win_res.rc index d1fb112f..9a16c814 100644 --- a/win_res.rc +++ b/win_res.rc @@ -1,4 +1,8 @@ /* Some compilers, like Borland, don't have winresrc.h */ +#ifdef __LCC__ +#include +#else + #ifndef NO_WINRESRC_H #ifndef MSVC4 #include @@ -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