Symbian patches.

Fixes #3764.
Fixes #3763.

[SVN r58342]
This commit is contained in:
John Maddock
2009-12-13 11:40:28 +00:00
parent 35c63fc141
commit ff4eaacbc4
3 changed files with 5 additions and 5 deletions

View File

@ -84,7 +84,7 @@ inline bool is_combining<unsigned char>(unsigned char)
{
return false;
}
#ifndef __hpux // can't use WCHAR_MAX/MIN in pp-directives
#if !defined(__hpux) && !defined(__WINSCW__) // can't use WCHAR_MAX/MIN in pp-directives
#ifdef _MSC_VER
template<>
inline bool is_combining<wchar_t>(wchar_t c)