mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Fixed typo in _MSC_VER (double underscore at the start)
This commit is contained in:
@@ -122,7 +122,7 @@ typedef uint16_t t_uint;
|
|||||||
typedef uint32_t t_udbl;
|
typedef uint32_t t_udbl;
|
||||||
#define POLARSSL_HAVE_UDBL
|
#define POLARSSL_HAVE_UDBL
|
||||||
#else
|
#else
|
||||||
#if ( defined(__MSC_VER) && defined(_M_AMD64) )
|
#if ( defined(_MSC_VER) && defined(_M_AMD64) )
|
||||||
typedef int64_t t_sint;
|
typedef int64_t t_sint;
|
||||||
typedef uint64_t t_uint;
|
typedef uint64_t t_uint;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user