diff options
| author | 2019-01-21 02:49:43 +0100 | |
|---|---|---|
| committer | 2019-01-21 02:49:43 +0100 | |
| commit | afec7339b830461042e5af9cb9561563cf3ba28d (patch) | |
| tree | 1fb3ee6101011ae1a8d28ac0602d73b4c7ad8428 | |
| parent | 344384574bc2c659756f0ce9d4319265f715bf1f (diff) | |
| download | libplist-afec7339b830461042e5af9cb9561563cf3ba28d.tar.gz libplist-afec7339b830461042e5af9cb9561563cf3ba28d.tar.bz2 | |
headers: Don't redefine uint*_t for newer versions of MSVC
| -rw-r--r-- | include/plist/plist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h index 707460e..263efa8 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h | |||
| @@ -29,7 +29,7 @@ extern "C" | |||
| 29 | { | 29 | { |
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||
| 32 | #ifdef _MSC_VER | 32 | #if _MSC_VER && _MSC_VER < 1700 |
| 33 | typedef __int8 int8_t; | 33 | typedef __int8 int8_t; |
| 34 | typedef __int16 int16_t; | 34 | typedef __int16 int16_t; |
| 35 | typedef __int32 int32_t; | 35 | typedef __int32 int32_t; |
