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:
parent
cce6d4082a
commit
30807509a7
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user