- cleanup config macros inconsistencies

- convert spaces to tabs
This commit is contained in:
Aleksandar Fabijanic 2012-09-12 00:20:07 +00:00
parent a264582df1
commit b7957f8cd0
3 changed files with 32 additions and 18 deletions

View File

@ -125,6 +125,20 @@
#endif
//
// Cleanup inconsistencies
//
#ifdef POCO_OS_FAMILY_WINDOWS
#if defined(POCO_WIN32_UTF8) && defined(POCO_NO_WSTRING)
#error POCO_WIN32_UTF8 and POCO_NO_WSTRING are mutually exclusive.
#endif
#else
#ifdef POCO_WIN32_UTF8
#undef POCO_WIN32_UTF8
#endif
#endif
//
// POCO_JOIN
//