mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +00:00
Fix bootcd problem and found another one.
svn path=/trunk/; revision=28940
This commit is contained in:
parent
fabeba93d2
commit
912e0b2f35
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
|||
/* GDI logical bitmap object */
|
||||
typedef struct _BITMAPOBJ
|
||||
{
|
||||
HGDIOBJ hHmgr;
|
||||
PVOID pvEntry;
|
||||
ULONG lucExcLock;
|
||||
ULONG Tid;
|
||||
// HGDIOBJ hHmgr;
|
||||
// PVOID pvEntry;
|
||||
// ULONG lucExcLock;
|
||||
// ULONG Tid;
|
||||
|
||||
SURFOBJ SurfObj;
|
||||
FLONG flHooks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue