From 30807509a784eead0a461e1fb18b040ed411d442 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 11 Nov 1999 10:27:09 +0000 Subject: [PATCH] Put a #ifndef around definition of TCS_MULTILINE [originally from svn r298] --- 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"