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
Родитель cce6d4082a
Коммит 30807509a7
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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