
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
#pragma once |
|||
|
|||
#ifdef __cplusplus |
|||
extern "C" { |
|||
#endif |
|||
|
|||
// idl basetypes |
|||
// ------------- |
|||
typedef char* string; |
|||
typedef char* binary; |
|||
typedef unsigned int uint; |
|||
typedef size_t size; |
|||
typedef void* opaque; |
|||
|
|||
|
|||
#ifdef __cplusplus |
|||
} // extern "C" |
|||
#endif |
Loading…
Reference in new issue