msvc: empty struct decl fix

pull/1987/head
joe-conigliaro 2019-09-15 19:27:28 +10:00 committed by Alexander Medvednikov
parent f077fbd32d
commit b71bb95f7d
1 changed files with 4 additions and 0 deletions

View File

@ -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