mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +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 */
|
/* GDI logical bitmap object */
|
||||||
typedef struct _BITMAPOBJ
|
typedef struct _BITMAPOBJ
|
||||||
{
|
{
|
||||||
HGDIOBJ hHmgr;
|
// HGDIOBJ hHmgr;
|
||||||
PVOID pvEntry;
|
// PVOID pvEntry;
|
||||||
ULONG lucExcLock;
|
// ULONG lucExcLock;
|
||||||
ULONG Tid;
|
// ULONG Tid;
|
||||||
|
|
||||||
SURFOBJ SurfObj;
|
SURFOBJ SurfObj;
|
||||||
FLONG flHooks;
|
FLONG flHooks;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue