| Index: third_party/harfbuzz-ng/src/hb-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-private.hh b/third_party/harfbuzz-ng/src/hb-private.hh
|
| index 8f68e8b2657664dc473c549092020a157cf556aa..d9b0860b7bad58a5466be81d01047597a1da980c 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-private.hh
|
| @@ -129,10 +129,10 @@
|
| # define _WIN32_WINNT 0x0600
|
| # endif
|
| # ifndef WIN32_LEAN_AND_MEAN
|
| -# define WIN32_LEAN_AND_MEAN
|
| +# define WIN32_LEAN_AND_MEAN 1
|
| # endif
|
| # ifndef STRICT
|
| -# define STRICT
|
| +# define STRICT 1
|
| # endif
|
| #endif
|
|
|
|
|