[WINE]: Fix build.

svn path=/trunk/; revision=52753
This commit is contained in:
Alex Ionescu 2011-07-21 03:19:44 +00:00
parent 2d6abdac2d
commit b61bacd753

View file

@ -60,7 +60,6 @@
#define snprintfW _snwprintf
#define vsnprintfW _vsnwprintf
#define isprintW iswprint
#define get_char_typeW(x) iswctype((x) >> 8, (x) & 0xFF)
static __inline WCHAR *memchrW( const WCHAR *ptr, WCHAR ch, size_t n )
{