msvc: empty struct decl fix

This commit is contained in:
joe-conigliaro 2019-09-15 19:27:28 +10:00 committed by Alexander Medvednikov
parent f077fbd32d
commit b71bb95f7d

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