mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 03:03:25 +02:00
1 minor change in xmlParser.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user