Add GPOS stub

This commit is contained in:
Behdad Esfahbod 2006-12-27 19:59:07 -05:00
parent 133466177e
commit 86f450243d
1 changed files with 3 additions and 0 deletions

View File

@ -697,6 +697,9 @@ struct GSUBGPOSHeader {
struct GSUB : GSUBGPOSHeader {
};
struct GPOS : GSUBGPOSHeader {
};
#include <stdlib.h>
#include <stdio.h>