mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[WIN32K]
- Fix allocation of DRIVEROBJ objects svn path=/trunk/; revision=61873
This commit is contained in:
parent
55564f4975
commit
bb6ca7fcfc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue