
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Mac OS X 10.3.6
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
LOGCXX-10
Conflicting definitions of tchar.h/simulatenous Unicode+MBCS
|
|
|
|
|
|
|
|
| Resolution Date: |
14/Dec/04 06:25 PM
|
|
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.
|
|
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.
|
Show » |
|