Put a #ifndef around definition of TCS_MULTILINE
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Nov 1999 10:27:09 +0000 (10:27 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Nov 1999 10:27:09 +0000 (10:27 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@298 cda61777-01e9-0310-a592-d414129be87e

win_res.rc

index c1f8094..f453e42 100644 (file)
@@ -1,6 +1,9 @@
 #include <winresrc.h>
 
+/* 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"