- Implement the COM stub manager, refactor the current stub code.
commit5475a2e61700e446642a61ef70e311cb6015d4eb
authorMike Hearn <mh@codeweavers.com>
Mon, 27 Dec 2004 19:21:47 +0000 (27 19:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Dec 2004 19:21:47 +0000 (27 19:21 +0000)
treea3169c956adb28397ce466a90389087865fcc239
parentd900b5392d759c0bb43693a28f1b0c7f4bd387d6
- Implement the COM stub manager, refactor the current stub code.
- Begin implementing interface stubs.
dlls/ole32/Makefile.in
dlls/ole32/compobj.c
dlls/ole32/compobj_private.h
dlls/ole32/marshal.c
dlls/ole32/rpc.c
dlls/ole32/stubmanager.c [new file with mode: 0644]
dlls/ole32/tests/marshal.c