Commit fb074c44 authored by David Cuthbert's avatar David Cuthbert Committed by Alexandre Julliard

Better fix for this_is_a_syntax_error.

parent c7a5598d
......@@ -17,8 +17,8 @@
/* Note that Winelib is purely Win32. */
#ifdef __WINE__
# define WINELIB_NAME(func) this_is_a_syntax_error
# define WINELIB_NAME_AW(func) this_is_a_syntax_error
# define WINELIB_NAME(func) this_is_a_syntax_error this_is_a_syntax_error
# define WINELIB_NAME_AW(func) this_is_a_syntax_error this_is_a_syntax_error
#else /* __WINE__ */
# define WINELIB_NAME(func) func##32
# ifdef UNICODE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment