Reece Dunn : ole32: Added a missing include needed for CLSID_ShellDesktop using MSVC headers.

Alexandre Julliard julliard at winehq.org
Mon Mar 24 15:21:49 CDT 2008


Module: wine
Branch: master
Commit: 4fbdab7a8f515fad4c280fdb402e9298ffe9be25
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4fbdab7a8f515fad4c280fdb402e9298ffe9be25

Author: Reece Dunn <msclrhd at 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"
 




More information about the wine-cvs mailing list