Project

General

Profile

Patch #729 ยป c99.patch

Nikolai Saoukh, 22 Sep 2010 05:56

View differences:

src/types.hpp (working copy)
57 57
# define EXV_WIDEN(t) L ## t
58 58
#endif
59 59

  
60
// MSVC doesn't provide C99 types, but it has MS specific variants
61
#ifdef _MSC_VER
60
// Older MSVC doesn't provide C99 types, but it has MS specific variants
61
#if _MSC_VER < 1600
62 62
typedef unsigned __int8  uint8_t;
63 63
typedef unsigned __int16 uint16_t;
64 64
typedef unsigned __int32 uint32_t;
    (1-1/1)