[aat] Try fixing VC bots

c:\projects\harfbuzz\src\hb-aat-layout-common-private.hh(51): error C2872: 'UINT16': ambiguous symbol [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared\basetsd.h(80): note: could be 'unsigned short UINT16'
c:\projects\harfbuzz\src\hb-open-type-private.hh(648): note: or       'OT::UINT16'
This commit is contained in:
Behdad Esfahbod 2018-01-10 02:56:29 +01:00
parent 0ed69c9462
commit 81e321c802
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,9 @@
namespace AAT {
using namespace OT;
using OT::UINT8;
using OT::UINT16;
using OT::UINT32;
/*

View File

@ -37,6 +37,9 @@
namespace AAT {
using namespace OT;
using OT::UINT8;
using OT::UINT16;
using OT::UINT32;
struct RearrangementSubtable