Module: wine Branch: master Commit: 63e78264d821305685b69c1df0ce122ab6d884fa URL: http://source.winehq.org/git/wine.git/?a=commit;h=63e78264d821305685b69c1df0...
Author: Francois Gouget fgouget@free.fr Date: Fri Jan 6 09:23:28 2012 +0100
include: tom.idl should import ocidl.idl.
---
include/tom.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/tom.idl b/include/tom.idl index 35be7f7..daa907b 100644 --- a/include/tom.idl +++ b/include/tom.idl @@ -17,6 +17,7 @@ */
import "oaidl.idl"; +import "ocidl.idl";
cpp_quote("#ifdef WINE_NO_UNICODE_MACROS") cpp_quote("#undef FindText")