Module: wine Branch: master Commit: f59a3097f296f05e5d132fa8ee4b0297a9c58423 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f59a3097f296f05e5d132fa8ee...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 16 16:36:38 2009 +0200
uuid: Include some more headers.
---
dlls/msctf/msctf.c | 1 - dlls/uuid/uuid.c | 4 ++++ 2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c index 7f0349f..8277278 100644 --- a/dlls/msctf/msctf.c +++ b/dlls/msctf/msctf.c @@ -33,7 +33,6 @@ #include "shlwapi.h" #include "shlguid.h" #include "comcat.h" -#include "initguid.h" #include "msctf.h"
#include "msctf_internal.h" diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c index f7f4c3b..afb9abd 100644 --- a/dlls/uuid/uuid.c +++ b/dlls/uuid/uuid.c @@ -77,6 +77,10 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "objsafe.h" #include "perhist.h" #include "netcon.h" +#include "netfw.h" +#include "msctf.h" +#include "sensevts.h" +#include "ocmm.h"
/* FIXME: cguids declares GUIDs but does not define their values */