X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/4dee460f19582a5707e42eb1aa2025f29c7b9d8c..33f07e9636e80bb17f25f97145ca2e0eb262db30:/puttygen.rc diff --git a/puttygen.rc b/puttygen.rc index e1e0e088..e1f3feea 100644 --- a/puttygen.rc +++ b/puttygen.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 RT_MANIFEST #define RT_MANIFEST 24