1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Put a #ifndef around definition of TCS_MULTILINE

[originally from svn r298]
This commit is contained in:
Simon Tatham 1999-11-11 10:27:09 +00:00
parent cce6d4082a
commit 30807509a7

View 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"