Francois Gouget : include: winsxs.idl should not import oleidl.idl.

Alexandre Julliard julliard at winehq.org
Fri Jan 6 15:31:33 CST 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jan  6 09:23:32 2012 +0100

include: winsxs.idl should not import oleidl.idl.

---

 include/winsxs.idl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winsxs.idl b/include/winsxs.idl
index c2c38f2..202b91f 100644
--- a/include/winsxs.idl
+++ b/include/winsxs.idl
@@ -17,6 +17,7 @@
  */
 
 import "objidl.idl";
+import "oleidl.idl";
 
 interface IAssemblyCache;
 interface IAssemblyCacheItem;




More information about the wine-cvs mailing list