Francois Gouget : include: ocmm.idl should import oleidl.idl.

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


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

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

include: ocmm.idl should import oleidl.idl.

---

 include/ocmm.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/ocmm.idl b/include/ocmm.idl
index 57adf34..0d2c2c0 100644
--- a/include/ocmm.idl
+++ b/include/ocmm.idl
@@ -17,7 +17,7 @@
  */
 
 import "oaidl.idl";
-import "ocidl.idl";
+import "oleidl.idl";
 
 cpp_quote("EXTERN_C const GUID NAMEDTIMER_DRAW;")
 




More information about the wine-cvs mailing list