mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[WIN32K]
- Fix allocation of DRIVEROBJ objects svn path=/trunk/; revision=61873
This commit is contained in:
@@ -14,7 +14,7 @@ typedef DRIVEROBJ *PDRIVEROBJ;
|
||||
BOOL NTAPI DRIVEROBJ_Cleanup(PVOID pObject);
|
||||
|
||||
|
||||
#define DRIVEROBJ_AllocObjectWithHandle() ((PEDRIVEROBJ)GDIOBJ_AllocObjWithHandle(GDI_OBJECT_TYPE_DRIVEROBJ, sizeof(DRIVEROBJ)))
|
||||
#define DRIVEROBJ_AllocObjectWithHandle() ((PEDRIVEROBJ)GDIOBJ_AllocObjWithHandle(GDI_OBJECT_TYPE_DRIVEROBJ, sizeof(EDRIVEROBJ)))
|
||||
#define DRIVEROBJ_FreeObjectByHandle(hdo) GDIOBJ_FreeObjByHandle((HGDIOBJ)hdo, GDI_OBJECT_TYPE_DRIVEROBJ)
|
||||
#define DRIVEROBJ_UnlockObject(pdo) GDIOBJ_vUnlockObject((POBJ)pdo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user