View | Details | Raw Unified
Collapse All | Expand All

(-) log4cxx-0.9.7.orig/include/log4cxx/helpers/tchar.h (-1 / +3 lines)
 Lines 208-214    Link Here 
				spi::LoggerRepositoryPtr& repository);
				spi::LoggerRepositoryPtr& repository);
		protected:
		protected:
			String DOMConfigurator::subst(const String& value);
			String subst(const String& value);
		protected:
		protected:
			void * appenderBag;
			void * appenderBag;
 Lines 142-148    Link Here 
	#define _T(x) x
	#define _T(x) x
#endif
#endif
#ifndef TCHAR
	typedef char TCHAR;
	typedef char TCHAR;
#endif
	#define totupper toupper
	#define totupper toupper
	#define totlower tolower
	#define totlower tolower
	#define tcout std::cout
	#define tcout std::cout