Re: kernel32 & winelib: Don't test string size in CompareStringWfornull terminated strings

2008-03-02 Thread Adam Strzelecki
>> Let me ask this way, why Wine don't use standard C library functions >> for lstringsomething kernel32 implementation? Current GLIBC, OSX LIBC >> are Unicode libraries since quite long time. Is Wine supposed to work >> on platforms where wchar_t is unimplemented or differs from unsigned > WCHAR i

Re: kernel32 & winelib: Don't test string size in CompareStringWfornull terminated strings

2008-03-02 Thread Vitaliy Margolen
Adam Strzelecki wrote: > Let me ask this way, why Wine don't use standard C library functions > for lstringsomething kernel32 implementation? Current GLIBC, OSX LIBC > are Unicode libraries since quite long time. Is Wine supposed to work > on platforms where wchar_t is unimplemented or differ