| commit | 10b1b23d40b6f7a29316e18d0a9a5883b8ad1064 | [log] [tgz] |
|---|---|---|
| author | Huw D M Davies <hdavies@codeweavers.com> | Sat Jul 15 19:53:50 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 15 19:53:50 2000 +0000 |
| tree | 64b3c9a06276b2041127923b78c7380178f8b46e | |
| parent | d4eefeba12fdc871d11360e805109f13264409f0 [diff] [blame] |
Create rpcrt4.dll. Implement UuidCreate (using existing code from CoCreateGuid). CoCreateGuid calls UuidCreate.
diff --git a/loader/loadorder.c b/loader/loadorder.c index 5a43124..5c60b05 100644 --- a/loader/loadorder.c +++ b/loader/loadorder.c
@@ -63,6 +63,7 @@ {"odbc32", "builtin"}, {"opengl32", "builtin,native"}, {"shfolder", "builtin,native"}, + {"rpcrt4", "native,builtin"}, {NULL,NULL}, };