mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
![]() The old uuid library was one file containing all the uuids, generated from the psdk headers, which results in all GUIDs being linked, as soon as a single one is used. Also while widl creates DEFINE_GUID() entries in the header files, midl only creates "extern GUID", so this didn't work on MSVC. The new version uses iid files generated from the idl files and some extra C files. This works with both midl and widl, reduces overhead when linking uuids and is much closer to MS uuid lib. svn path=/branches/cmake-bringup/; revision=50569 |
||
---|---|---|
.. | ||
actxprxy.spec | ||
actxprxy_activscp.idl | ||
actxprxy_comcat.idl | ||
actxprxy_docobj.idl | ||
actxprxy_hlink.idl | ||
actxprxy_htiframe.idl | ||
actxprxy_objsafe.idl | ||
actxprxy_ocmm.idl | ||
actxprxy_servprov.idl | ||
actxprxy_shobjidl.idl | ||
actxprxy_urlhist.idl | ||
CMakeLists.txt | ||
usrmarshal.c |