Changed the "this_is_a_syntax_error" error message to a more specific

error message.
oldstable
Steven Elliott 1999-12-25 22:45:57 +00:00 committed by Alexandre Julliard
parent b8e94b6119
commit 9dd9743b60
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ extern "C" {
/* Note that Winelib is purely Win32. */
#ifdef __WINE__
# define WINELIB_NAME_AW(func) this_is_a_syntax_error this_is_a_syntax_error
# define WINELIB_NAME_AW(func) \
func##_must_be_suffixed_with_W_or_A_in_this_context \
func##_must_be_suffixed_with_W_or_A_in_this_context
#else /* __WINE__ */
# ifdef UNICODE
# define WINELIB_NAME_AW(func) func##W