Description
Under Mac OS, ctype.h defines _T as 1048576.
A quick fix is to "#undef _T" in log4cxx/helpers/tchar.h directly after the #include <ctype.h> and <wctype.h>
This is not ideal as it needs to be conditional on a mac build only.
Attachments
Issue Links
- duplicates
-
LOGCXX-10 Conflicting definitions of tchar.h/simulatenous Unicode+MBCS
- Resolved