Use namespace for OpenType tables
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 28 Aug 2012 21:57:49 +0000 (17:57 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 28 Aug 2012 21:57:49 +0000 (17:57 -0400)
commit7c8e844d92aa604fc4b396343721ea90eb83adb8
tree11faa3ce69db73f1c3c74de3fe942824935a6c54
parentdc5df5af6b349c3d9e4ab876864d9dec8096401f
Use namespace for OpenType tables

Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
17 files changed:
src/hb-font.cc
src/hb-open-file-private.hh
src/hb-open-type-private.hh
src/hb-ot-head-table.hh
src/hb-ot-hhea-table.hh
src/hb-ot-hmtx-table.hh
src/hb-ot-layout-common-private.hh
src/hb-ot-layout-gdef-table.hh
src/hb-ot-layout-gpos-table.hh
src/hb-ot-layout-gsub-table.hh
src/hb-ot-layout-gsubgpos-private.hh
src/hb-ot-layout-private.hh
src/hb-ot-layout.cc
src/hb-ot-maxp-table.hh
src/hb-ot-name-table.hh
src/hb-uniscribe.cc
src/main.cc