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
"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.
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