uuid: Add hlink CLSIDs.
This commit is contained in:
parent
d50be49775
commit
846bc87814
|
@ -33,8 +33,6 @@
|
|||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "hlink.h"
|
||||
|
||||
#include "initguid.h"
|
||||
#include "hlguids.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(hlink);
|
||||
|
|
|
@ -67,6 +67,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
|||
#include "indexsrv.h"
|
||||
#include "htiframe.h"
|
||||
#include "urlhist.h"
|
||||
#include "hlguids.h"
|
||||
|
||||
/* FIXME: cguids declares GUIDs but does not define their values */
|
||||
|
||||
|
|
Loading…
Reference in New Issue