Bug 591511 – hb-blob.c does not compile using mingw on windows
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 12 Aug 2009 23:36:29 +0000 (19:36 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:42 +0000 (14:40 -0500)
commitc486ea9c3582710474c1085c21c1dc5e2700adc3
tree4874fd40f37df186e109e935e57c6cd52598d19b
parenta579584594f1ca4781f1c5b92ad78513c0b37480
Bug 591511 – hb-blob.c does not compile using mingw on windows

Only call mprotect() when available.  For optimal performance, a win32
way to make memory writeable needs to be added.
src/hb-blob.c