Changed "this is a syntax error" to "this_is_a_syntax_error" to make a

compile-time error message make more sense.
This commit is contained in:
Dave Cuthbert 1998-10-19 08:47:08 +00:00 committed by Alexandre Julliard
parent f27920599a
commit 0a56c4f1fa

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
# define WINELIB_NAME_AW(func) this_is_a_syntax_error
#else /* __WINE__ */
# define WINELIB_NAME(func) func##32
# ifdef UNICODE