mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix bootcd problem and found another one.
svn path=/trunk/; revision=28940
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user