From 13f71da4f1d4191e15054fc7cdb3c871292f10f2 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 16 Jan 2010 13:52:51 +0000 Subject: [PATCH] [SDK] - Add missing IIDs to UUID. svn path=/trunk/; revision=45099 --- reactos/lib/sdk/uuid/uuid.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/lib/sdk/uuid/uuid.c b/reactos/lib/sdk/uuid/uuid.c index 0988aaf10c8..bd43f62e8db 100644 --- a/reactos/lib/sdk/uuid/uuid.c +++ b/reactos/lib/sdk/uuid/uuid.c @@ -78,6 +78,12 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "isguids.h" #include "objsafe.h" #include "perhist.h" +#include "netcon.h" +#include "netfw.h" +#include "msctf.h" +#include "sensevts.h" +#include "ocmm.h" +#include "commoncontrols.h" /* FIXME: cguids declares GUIDs but does not define their values */