Add missing BYTE GAMMA_TABLES declaration

svn path=/trunk/; revision=55078
This commit is contained in:
Timo Kreuzer 2012-01-22 21:49:13 +00:00
parent 1cda28b92a
commit 51772abf74

View file

@ -846,6 +846,8 @@ typedef struct _PATHOBJ {
ULONG cCurves;
} PATHOBJ;
typedef BYTE GAMMA_TABLES[2][256];
typedef struct _GLYPHBITS {
POINTL ptlOrigin;
SIZEL sizlBitmap;