wine/windows/tchar.h - error "You must use msvcrt when building in Unicode/MBCS mode"

2012-07-30 Thread Ilya Konstantinov
In 2004, somebody has asked a question: http://www.winehq.org/pipermail/wine-devel/2004-October/030349.html The reply from Alexandre was: > > Either there should be a overriding "wine/include/msvcrt/tchar.h" > > file with different defintions. Or the error message "Y

Re: tchar.h

2004-10-11 Thread Alexandre Julliard
"Martin Fuchs" <[EMAIL PROTECTED]> writes: > Either there should be a overriding "wine/include/msvcrt/tchar.h" > file with different defintions. Or the error message "You must use > msvcrt when building in Unicode/MBCS mode" is simply superfluous.

tchar.h

2004-10-09 Thread Martin Fuchs
Hello, can anyone explain to me, what's the exact reason for the following error message in wine/include/tchar.h: #if defined(_UNICODE) || defined(_MBCS) #error You must use msvcrt when building in Unicode/MBCS mode #endif It disallows inclusion of this header file when using the _UN