Module: wine Branch: master Commit: 4fbdab7a8f515fad4c280fdb402e9298ffe9be25 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4fbdab7a8f515fad4c280fdb40...
Author: Reece Dunn msclrhd@googlemail.com Date: Sun Mar 23 10:04:04 2008 +0000
ole32: Added a missing include needed for CLSID_ShellDesktop using MSVC headers.
---
dlls/ole32/tests/marshal.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/ole32/tests/marshal.c b/dlls/ole32/tests/marshal.c index c7f7996..acea854 100644 --- a/dlls/ole32/tests/marshal.c +++ b/dlls/ole32/tests/marshal.c @@ -29,6 +29,7 @@ #include "winbase.h" #include "objbase.h" #include "shlguid.h" +#include "shobjidl.h"
#include "wine/test.h"