[uniscribe] Fix build after recent changes to Offset
This commit is contained in:
parent
73f7f8919e
commit
8b16ff1259
|
@ -121,7 +121,7 @@ struct name
|
||||||
/* We only implement format 0 for now. */
|
/* We only implement format 0 for now. */
|
||||||
USHORT format; /* Format selector (=0/1). */
|
USHORT format; /* Format selector (=0/1). */
|
||||||
USHORT count; /* Number of name records. */
|
USHORT count; /* Number of name records. */
|
||||||
Offset stringOffset; /* Offset to start of string storage (from start of table). */
|
Offset<> stringOffset; /* Offset to start of string storage (from start of table). */
|
||||||
NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
|
NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
|
||||||
public:
|
public:
|
||||||
DEFINE_SIZE_ARRAY (6, nameRecord);
|
DEFINE_SIZE_ARRAY (6, nameRecord);
|
||||||
|
|
Loading…
Reference in New Issue