]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pageant.rc
Typos in Borland Makefile pointed out by Arnaud Desitter
[PuTTY.git] / pageant.rc
index 41050368c319eb9fb2269db47a40fb8dbdc89d98..4fbbe8bfdf3dcd1c112fc4a630f8e12049aaa59d 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 RT_MANIFEST
 #define RT_MANIFEST 24