OLD | NEW |
---|---|
(Empty) | |
1 diff --git a/third_party/harfbuzz-ng/src/hb-private.hh b/third_party/harfbuzz-ng /src/hb-private.hh | |
2 index 6b9d791..8f68e8b 100644 | |
3 --- a/third_party/harfbuzz-ng/src/hb-private.hh | |
4 +++ b/third_party/harfbuzz-ng/src/hb-private.hh | |
5 @@ -131,7 +131,9 @@ | |
6 # ifndef WIN32_LEAN_AND_MEAN | |
7 # define WIN32_LEAN_AND_MEAN | |
8 # endif | |
9 -# define STRICT | |
10 +# ifndef STRICT | |
11 +# define STRICT | |
12 +# endif | |
13 #endif | |
14 | |
15 #ifdef _WIN32_WCE | |
OLD | NEW |