Skip to content

Commit 54bda85

Browse files
author
Bret Ambrose
committed
Verified std::mbstate_t works for windows, OSX remaining
1 parent 4bee480 commit 54bda85

File tree

1 file changed

+0
-7
lines changed
  • aws-cpp-sdk-core/include/aws/core/utils/crypto

1 file changed

+0
-7
lines changed

aws-cpp-sdk-core/include/aws/core/utils/crypto/CryptoBuf.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@ namespace Aws
2424
{
2525
namespace Crypto
2626
{
27-
#ifdef _MSC_VER
28-
typedef _Mbstatet FPOS_TYPE;
29-
#else
30-
//#elif defined(__ANDROID__)
3127
typedef std::mbstate_t FPOS_TYPE;
32-
//#else
33-
// typedef __mbstate_t FPOS_TYPE;
34-
#endif
3528
static const size_t DEFAULT_BUF_SIZE = 1024;
3629
static const size_t PUT_BACK_SIZE = 1;
3730

0 commit comments

Comments
 (0)