mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
Base64Decoder drops 0x0d characters on windows
SF #605 Base64Decoder drops 0x0d characters on windows
This commit is contained in:
@@ -211,6 +211,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(POCO_ARCH)
|
||||
#error "Unknown or Unsupported Hardware Architecture."
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define POCO_COMPILER_MSVC
|
||||
#elif defined(__clang__)
|
||||
@@ -239,11 +244,8 @@
|
||||
#define POCO_COMPILER_IBM_XLC // IBM XL C++
|
||||
#elif defined (__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
#define POCO_COMPILER_IBM_XLC_ZOS // IBM z/OS C++
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(POCO_ARCH)
|
||||
#error "Unknown Hardware Architecture."
|
||||
#else
|
||||
#error "Unknown or Unsupported Compiler."
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user