Implemented Local Server COM.
commit0749fc20341783c2a9867337050903c28326e6de
authorMarcus Meissner <marcus@jet.franken.de>
Tue, 5 Feb 2002 18:11:17 +0000 (5 18:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 5 Feb 2002 18:11:17 +0000 (5 18:11 +0000)
treea8e273349c4c2638ff9d12c76da483b18b5e8e91
parent395e8bafc4450137b8f3b1bfac4c71c00ad1bbfa
Implemented Local Server COM.
Implemented the Typelib based Marshaler.
15 files changed:
dlls/ole32/Makefile.in
dlls/ole32/compobj.c
dlls/ole32/compobj_private.h
dlls/ole32/marshal.c [new file with mode: 0644]
dlls/ole32/ole32.spec
dlls/ole32/oleproxy.c [new file with mode: 0644]
dlls/ole32/rpc.c [new file with mode: 0644]
dlls/oleaut32/Makefile.in
dlls/oleaut32/oleaut.c
dlls/oleaut32/oleaut32.spec
dlls/oleaut32/tmarshal.c [new file with mode: 0644]
dlls/oleaut32/tmarshal.h [new file with mode: 0644]
dlls/oleaut32/typelib.c
dlls/oleaut32/typelib.h
dlls/oleaut32/variant.c