Commit a2813f4a authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Added NdrOleAllocate, NdrOleFree, NdrInterfacePointerBufferSize,

NdrInterfacePointerFree, NdrInterfacePointerMarshall, NdrInterfacePointerMemorySize, NdrInterfacePointerUnmarshall.
parent ac756afc
......@@ -15,6 +15,7 @@ C_SRCS = \
cpsf.c \
cstub.c \
ndr_midl.c \
ndr_ole.c \
ndr_stubless.c \
rpc_binding.c \
rpc_message.c \
......
......@@ -245,8 +245,8 @@ init RPCRT4_LibMain
@ stub NdrMesTypeFree2
@ stub NdrNsGetBuffer
@ stub NdrNsSendReceive
@ stub NdrOleAllocate
@ stub NdrOleFree
@ stdcall NdrOleAllocate(long) NdrOleAllocate
@ stdcall NdrOleFree(ptr) NdrOleFree
@ stub NdrPipePull
@ stub NdrPipePush
@ stub NdrPipeSendReceive
......@@ -326,11 +326,11 @@ init RPCRT4_LibMain
@ stub NdrHardStructMarshall
@ stub NdrHardStructMemorySize
@ stub NdrHardStructUnmarshall
@ stub NdrInterfacePointerBufferSize
@ stub NdrInterfacePointerFree
@ stub NdrInterfacePointerMarshall
@ stub NdrInterfacePointerMemorySize
@ stub NdrInterfacePointerUnmarshall
@ stdcall NdrInterfacePointerBufferSize(ptr ptr ptr) NdrInterfacePointerBufferSize
@ stdcall NdrInterfacePointerFree(ptr ptr ptr) NdrInterfacePointerFree
@ stdcall NdrInterfacePointerMarshall(ptr ptr ptr) NdrInterfacePointerMarshall
@ stdcall NdrInterfacePointerMemorySize(ptr ptr) NdrInterfacePointerMemorySize
@ stdcall NdrInterfacePointerUnmarshall(ptr ptr ptr long) NdrInterfacePointerUnmarshall
@ stub NdrNonConformantStringBufferSize
@ stub NdrNonConformantStringMarshall
@ stub NdrNonConformantStringMemorySize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment