commit | d59ba4ccf1ab42ba7c5e2925c9447be70285abca | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Aug 15 20:53:40 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 15 20:53:40 2005 +0000 |
tree | eb44982806aaba43799d29e8619d02bf694a90a7 | |
parent | ece9de5aaa78a483bef98345551a259a5f07ba58 [diff] [blame] |
Added a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch off the Unicode macros too.
diff --git a/include/ocidl.idl b/include/ocidl.idl index fbdb00d..8cfaf5e 100644 --- a/include/ocidl.idl +++ b/include/ocidl.idl
@@ -514,7 +514,7 @@ { typedef IProvideClassInfo *LPPROVIDECLASSINFO; -cpp_quote("#ifdef __WINESRC__") +cpp_quote("#ifdef WINE_NO_UNICODE_MACROS") cpp_quote("#undef GetClassInfo") cpp_quote("#endif")