commit | 8bb21b710ead4f2d8a83b070c5f19c11d52a3808 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Feb 09 12:41:45 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 09 13:03:09 2009 +0100 |
tree | 6dc3fa9b5176f779b283c3b88067bae55c1c94eb | |
parent | e3c522535347ff5420d7c69e84e5b0e1f2628b49 [diff] [blame] |
include: Undefine a few Unicode macros that conflict with interface functions.
diff --git a/include/tom.idl b/include/tom.idl index 669fbcf..f86c885 100644 --- a/include/tom.idl +++ b/include/tom.idl
@@ -18,6 +18,10 @@ import "oaidl.idl"; +cpp_quote("#ifdef WINE_NO_UNICODE_MACROS") +cpp_quote("#undef FindText") +cpp_quote("#endif") + typedef enum tagTomConstants { tomFalse = 0,