Commit 0a56c4f1 authored by Dave Cuthbert's avatar Dave Cuthbert Committed by Alexandre Julliard

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

compile-time error message make more sense.
parent f2792059
......@@ -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
......
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