mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
table: TypeCategory; freetype: remove C code; [typedef] C structs;
Objective-C interfaces
This commit is contained in:
parent
c8da79d785
commit
eb5fcafa77
8 changed files with 247 additions and 213 deletions
|
@ -13,7 +13,7 @@ CommonCHeaders = '
|
|||
|
||||
#define STRUCT_DEFAULT_VALUE {}
|
||||
#define EMPTY_STRUCT_DECLARATION
|
||||
#define EMPTY_STRUCT_INIT
|
||||
#define EMPTY_STRUCT_INIT 0
|
||||
#define OPTION_CAST(x) (x)
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -105,4 +105,4 @@ void init_consts();
|
|||
|
||||
'
|
||||
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue