Add GPOS stub

This commit is contained in:
Behdad Esfahbod 2006-12-27 19:59:07 -05:00
parent 133466177e
commit 86f450243d

View file

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