mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +00:00
[PSDK}
Add missing BYTE GAMMA_TABLES declaration svn path=/trunk/; revision=55078
This commit is contained in:
parent
1cda28b92a
commit
51772abf74
1 changed files with 2 additions and 0 deletions
|
@ -846,6 +846,8 @@ typedef struct _PATHOBJ {
|
||||||
ULONG cCurves;
|
ULONG cCurves;
|
||||||
} PATHOBJ;
|
} PATHOBJ;
|
||||||
|
|
||||||
|
typedef BYTE GAMMA_TABLES[2][256];
|
||||||
|
|
||||||
typedef struct _GLYPHBITS {
|
typedef struct _GLYPHBITS {
|
||||||
POINTL ptlOrigin;
|
POINTL ptlOrigin;
|
||||||
SIZEL sizlBitmap;
|
SIZEL sizlBitmap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue