Commit de2e439a authored by malosek's avatar malosek

1 minor change in xmlParser.cpp

parent 14dc1f45
......@@ -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
......
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