Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windows/rcstuff.h')
-rw-r--r--windows/rcstuff.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/windows/rcstuff.h b/windows/rcstuff.h
index ee2c7696..dbace3f5 100644
--- a/windows/rcstuff.h
+++ b/windows/rcstuff.h
@@ -5,20 +5,15 @@
#ifndef PUTTY_RCSTUFF_H
#define PUTTY_RCSTUFF_H
-#ifdef __LCC__
-#include <win.h>
-#else
+#ifdef HAVE_CMAKE_H
+#include "cmake.h"
+#endif
-/* Some compilers don't have winresrc.h */
-#ifndef NO_WINRESRC_H
-#ifndef MSVC4
+#if HAVE_WINRESRC_H
#include <winresrc.h>
-#else
+#elif HAVE_WINRES_H
#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