File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
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 )
78typedef signed char int8_t ;
89typedef signed short int16_t ;
910typedef unsigned short uint16_t ;
1011typedef signed int int32_t ;
1112typedef signed long long int64_t ;
1213typedef unsigned int uint32_t ;
14+ typedef unsigned long long uint64_t ;
15+ #endif
1316#else
1417#include <stdint.h>
1518#endif
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " resolver_impl.h"
32#include " api_config.h"
43#include < iostream>
54
65extern " C" {
6+ #include " ../include/lsl_c.h"
77// === implementation of the continuous_resolver class ===
88
99using namespace lsl ;
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " common.h"
32#include " resolver_impl.h"
43#include " api_config.h"
@@ -13,6 +12,7 @@ using std::string;
1312using std::vector;
1413
1514extern " C" {
15+ #include " ../include/lsl_c.h"
1616/* *
1717* Get the protocol version.
1818*/
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " stream_inlet_impl.h"
32
43extern " C" {
4+ #include " ../include/lsl_c.h"
55// === implementation of the stream_inlet class ===
66
77using namespace lsl ;
Original file line number Diff line number Diff line change 1- #include " ../include/lsl_c.h"
21#include " stream_outlet_impl.h"
32
43
54extern " C" {
5+ #include " ../include/lsl_c.h"
66// === implementation of the lsl_outlet functions of the C API ===
77
88using namespace lsl ;
You can’t perform that action at this time.
0 commit comments