From: simon Date: Thu, 11 Nov 1999 10:27:09 +0000 (+0000) Subject: Put a #ifndef around definition of TCS_MULTILINE X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/6dd1ecd8a2cb10212d4caf19f72eefd6558700b7 Put a #ifndef around definition of TCS_MULTILINE git-svn-id: svn://svn.tartarus.org/sgt/putty@298 cda61777-01e9-0310-a592-d414129be87e --- 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"