reactos/lib/sdk/uuid
Timo Kreuzer 96abfd1223 [UUID]
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
2011-01-30 14:09:38 +00:00
..
bthguid.c [UUID] 2011-01-30 14:09:38 +00:00
cguid_i.c [UUID] 2011-01-30 14:09:38 +00:00
cluscfgguids.c [UUID] 2011-01-30 14:09:38 +00:00
CMakeLists.txt [UUID] 2011-01-30 14:09:38 +00:00
cmdtreeiid.c [UUID] 2011-01-30 14:09:38 +00:00
hnclsid.c [UUID] 2011-01-30 14:09:38 +00:00
ieguids.c [UUID] 2011-01-30 14:09:38 +00:00
iid.c [UUID] 2011-01-30 14:09:38 +00:00
ncclsid.c [UUID] 2011-01-30 14:09:38 +00:00
ndisguid.c [UUID] 2011-01-30 14:09:38 +00:00
netfwv6clsid.c [UUID] 2011-01-30 14:09:38 +00:00
oledbdat.c [UUID] 2011-01-30 14:09:38 +00:00
oledbdepiid.c [UUID] 2011-01-30 14:09:38 +00:00
oledbiid.c [UUID] 2011-01-30 14:09:38 +00:00
oledbnewiid.c [UUID] 2011-01-30 14:09:38 +00:00
otherguids.c [UUID] 2011-01-30 14:09:38 +00:00
qosguid.c [UUID] 2011-01-30 14:09:38 +00:00
shguids.c [UUID] 2011-01-30 14:09:38 +00:00
tapi3iid.c [UUID] 2011-01-30 14:09:38 +00:00
undoc.c [UUID] 2011-01-30 14:09:38 +00:00
vcguids.c [UUID] 2011-01-30 14:09:38 +00:00
wdmguids.c [UUID] 2011-01-30 14:09:38 +00:00