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
This commit is contained in:
Timo Kreuzer 2011-01-30 14:09:38 +00:00
parent ff4324fb98
commit 96abfd1223
27 changed files with 1743 additions and 222 deletions

12
lib/sdk/uuid/hnclsid.c Normal file
View file

@ -0,0 +1,12 @@
#include <initguid.h>
//CLSID_SharingConfiguration
//CLSID_SharingApplicationDefinition
//CLSID_SharingManagerEnumPortMapping
//CLSID_SharingManagerEnumApplicationDefinition
//CLSID_SharingManagerEnumPrivateConnection
//CLSID_SharingManagerEnumPublicConnection
//CLSID_HomeNetAutoConfigService
//CLSID_InternetConnectionBeaconService
//CLSID_HNetCfgMgr