Better fix for this_is_a_syntax_error.

oldstable
David Cuthbert 1998-10-21 15:38:59 +00:00 committed by Alexandre Julliard
parent c7a5598d3b
commit fb074c44ec
1 changed files with 2 additions and 2 deletions

View File

@ -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