From 6dd1ecd8a2cb10212d4caf19f72eefd6558700b7 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 11 Nov 1999 10:27:09 +0000 Subject: [PATCH] Put a #ifndef around definition of TCS_MULTILINE git-svn-id: svn://svn.tartarus.org/sgt/putty@298 cda61777-01e9-0310-a592-d414129be87e --- win_res.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win_res.rc b/win_res.rc index c1f8094f..f453e420 100644 --- a/win_res.rc +++ b/win_res.rc @@ -1,6 +1,9 @@ #include +/* Some systems don't define this, so I do it myself if necessary */ +#ifndef TCS_MULTILINE #define TCS_MULTILINE 0x0200 +#endif #include "win_res.h" -- 2.11.0