mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:46:21 +00:00
remove PalIndexed from dc struct
svn path=/trunk/; revision=33334
This commit is contained in:
parent
dfcefd6140
commit
7325a8a281
1 changed files with 0 additions and 2 deletions
|
@ -132,8 +132,6 @@ typedef struct _DC
|
|||
INT saveLevel; // DCLEVEL lSaveDepth
|
||||
HDC hSelf; // DCLEVEL hdcSave Used only for MemoryDC & SaveDC.
|
||||
|
||||
HPALETTE PalIndexed;
|
||||
|
||||
UNICODE_STRING DriverName;
|
||||
} DC, *PDC;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue