Author: jimtabor Date: Sat Sep 8 15:57:40 2007 New Revision: 28940
URL: http://svn.reactos.org/svn/reactos?rev=28940&view=rev Log: Fix bootcd problem and found another one.
Modified: trunk/reactos/subsystems/win32/win32k/include/bitmaps.h
Modified: trunk/reactos/subsystems/win32/win32k/include/bitmaps.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/bitmaps.h (original) +++ trunk/reactos/subsystems/win32/win32k/include/bitmaps.h Sat Sep 8 15:57:40 2007 @@ -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;