1 minor change in xmlParser.cpp

This commit is contained in:
malosek
2009-10-05 15:06:08 +02:00
parent 14dc1f45cd
commit de2e439a52

View File

@@ -225,7 +225,7 @@ char myIsTextWideChar(const void *b, int len) { return FALSE; }
return FALSE;
}
#else
char myIsTextWideChar(const void *b,int l) { return (char)IsTextUnicode((CONST LPVOID)b,l,NULL); };
char myIsTextWideChar(const void *b,int l) { return (char)IsTextUnicode((CONST LPVOID)b,l,NULL); }
#endif
#endif