commit | 9c77027d645142794c3ff1590a96bb151c3f2e91 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Jul 19 16:37:22 2014 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sat Jul 19 16:37:22 2014 -0400 |
tree | 7a649f0bce93d7996fb3581a8040911d765e588e | |
parent | db308280488c2ee11ba865a9922eb6a0c1abeef3 [diff] |
[win] Turn STRICT on for including windows.h
diff --git a/src/hb-private.hh b/src/hb-private.hh index 783e73c..f5bf6c6 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh
@@ -127,6 +127,7 @@ # define _WIN32_WINNT 0x0600 # endif # define WIN32_LEAN_AND_MEAN +# define STRICT #endif