Rob Shearman : include: Make exdisp.h compile when included after commdlg.h .

Alexandre Julliard julliard at winehq.org
Wed Sep 17 07:15:20 CDT 2008


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

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Wed Sep 17 10:57:37 2008 +0100

include: Make exdisp.h compile when included after commdlg.h.

---

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

diff --git a/include/exdisp.idl b/include/exdisp.idl
index 70da5ac..363e61a 100644
--- a/include/exdisp.idl
+++ b/include/exdisp.idl
@@ -26,6 +26,10 @@ import "docobj.idl";
 #include <olectl.h>
 #include <exdispid.h>
 
+cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
+cpp_quote("#undef FindText")
+cpp_quote("#endif")
+
 /*****************************************************************************
  * SHDocVw library
  */




More information about the wine-cvs mailing list