X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5bc238bbefc16c6d86a914aa5baa51d34acb20b3..b65b8aaea82eb57b726e495b53f6c192d0601625:/win_res.rc diff --git a/win_res.rc b/win_res.rc index c1f8094f..f453e420 100644 --- a/win_res.rc +++ b/win_res.rc @@ -1,6 +1,9 @@ #include +/* 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"