mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
msvc: empty struct decl fix
This commit is contained in:
parent
f077fbd32d
commit
b71bb95f7d
@ -40,6 +40,10 @@ CommonCHeaders = '
|
||||
|
||||
|
||||
#define EMPTY_STRUCT_DECLARATION
|
||||
#ifdef _MSC_VER
|
||||
#define EMPTY_STRUCT_DECLARATION int:0
|
||||
#endif
|
||||
|
||||
#define OPTION_CAST(x) (x)
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user