]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Put a #ifndef around definition of TCS_MULTILINE
authorSimon Tatham <anakin@pobox.com>
Thu, 11 Nov 1999 10:27:09 +0000 (10:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 11 Nov 1999 10:27:09 +0000 (10:27 +0000)
[originally from svn r298]

win_res.rc

index c1f8094ffbba0d4613b2cd2833e993ae4d24faba..f453e42077f5522bda46bb2c3cfaba48cf3891a9 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"