File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44#if defined(LIBLSL_FFI )
55// Skip any typedefs that might confuse a FFI header parser, e.g. cffi
66#elif defined(_MSC_VER ) && _MSC_VER < 1600
7- #if !defined(__STDC_CONSTANT_MACROS ) && !defined(BOOST_CSTDINT_HPP )
87typedef signed char int8_t ;
98typedef signed short int16_t ;
10- typedef unsigned short uint16_t ;
119typedef signed int int32_t ;
1210typedef signed long long int64_t ;
1311typedef unsigned int uint32_t ;
1412typedef unsigned long long uint64_t ;
15- #endif
1613#else
1714#include <stdint.h>
1815#endif
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ using lslboost::int32_t;
2121using lslboost::int64_t ;
2222using lslboost::uint8_t ;
2323using lslboost::uint16_t ;
24+ #ifndef LSL_C_H
2425using lslboost::uint32_t ;
26+ #endif
2527using lslboost::uint64_t ;
2628#define __func__ " An unknown function"
2729#endif
You can’t perform that action at this time.
0 commit comments