comparison dyncallback/dyncall_thunk.h @ 292:07941cbb5261

- removed relative #include
author Tassilo Philipp
date Tue, 24 Apr 2018 13:31:30 +0200
parents f5577f6bf97a
children 0c8838766866
comparison
equal deleted inserted replaced
291:aeea9972a7d4 292:07941cbb5261
49 ** arm64: x9 49 ** arm64: x9
50 ** mips: t4 50 ** mips: t4
51 ** 51 **
52 **/ 52 **/
53 53
54 #include "../dyncall/dyncall_macros.h" 54 #include "dyncall_macros.h"
55 55
56 typedef struct DCThunk_ DCThunk; 56 typedef struct DCThunk_ DCThunk;
57 57
58 #ifdef __cplusplus 58 #ifdef __cplusplus
59 extern "C" { 59 extern "C" {