Create rpcrt4.dll.
commit10b1b23d40b6f7a29316e18d0a9a5883b8ad1064
authorHuw D M Davies <hdavies@codeweavers.com>
Sat, 15 Jul 2000 19:53:50 +0000 (15 19:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 15 Jul 2000 19:53:50 +0000 (15 19:53 +0000)
tree64b3c9a06276b2041127923b78c7380178f8b46e
parentd4eefeba12fdc871d11360e805109f13264409f0
Create rpcrt4.dll.
Implement UuidCreate (using existing code from CoCreateGuid).
CoCreateGuid calls UuidCreate.
15 files changed:
Make.rules.in
configure
configure.in
dlls/Makefile.in
dlls/ole32/Makefile.in
dlls/ole32/compobj.c
dlls/ole32/ole2stubs.c
dlls/ole32/ole32.spec
dlls/rpcrt4/.cvsignore [new file with mode: 0644]
dlls/rpcrt4/Makefile.in [new file with mode: 0644]
dlls/rpcrt4/rpcrt4.spec [new file with mode: 0644]
dlls/rpcrt4/rpcrt4_main.c [new file with mode: 0644]
include/rpc.h [new file with mode: 0644]
include/wtypes.h
loader/loadorder.c