mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +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>
|
#include <winresrc.h>
|
||||||
|
|
||||||
|
/* Some systems don't define this, so I do it myself if necessary */
|
||||||
|
#ifndef TCS_MULTILINE
|
||||||
#define TCS_MULTILINE 0x0200
|
#define TCS_MULTILINE 0x0200
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "win_res.h"
|
#include "win_res.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user