Commit 9dd9743b authored by Steven Elliott's avatar Steven Elliott Committed by Alexandre Julliard

Changed the "this_is_a_syntax_error" error message to a more specific

error message.
parent b8e94b61
......@@ -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
......
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