mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
This commit is contained in:
parent
2e48a2cc22
commit
318094ec3e
@ -221,8 +221,8 @@ IMalloc16_Constructor() {
|
||||
VTENT(DidAlloc);
|
||||
VTENT(HeapMinimize);
|
||||
#undef VTENT
|
||||
ICOM_VTBL(This) = (ICOM_VTABLE(IMalloc16)*)SEGPTR_GET(msegvt16);
|
||||
}
|
||||
ICOM_VTBL(This) = (ICOM_VTABLE(IMalloc16)*)SEGPTR_GET(msegvt16);
|
||||
This->ref = 1;
|
||||
/* FIXME: implement multiple heaps */
|
||||
This->heap = GlobalAlloc16(GMEM_MOVEABLE,64000);
|
||||
|
Loading…
Reference in New Issue
Block a user