9213349d49
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@629 6952d904-891a-0410-993b-d76249ca496b
13 lines
350 B
Diff
13 lines
350 B
Diff
--- log4cxx-0.9.7.orig/include/log4cxx/helpers/tchar.h 2004-05-10 14:54:50.000000000 +0200
|
|
+++ log4cxx-0.9.7/include/log4cxx/helpers/tchar.h 2007-01-17 12:46:44.000000000 +0100
|
|
@@ -142,7 +142,9 @@
|
|
#define _T(x) x
|
|
#endif
|
|
|
|
+#ifndef TCHAR
|
|
typedef char TCHAR;
|
|
+#endif
|
|
#define totupper toupper
|
|
#define totlower tolower
|
|
#define tcout std::cout
|