Prevent errors encountered by MSVC

This commit is contained in:
Clownacy 2020-02-09 18:47:50 +00:00
parent d4004fe99a
commit f82a53d336

View file

@ -17,6 +17,8 @@
#ifdef __GNUC__ #ifdef __GNUC__
#define ATTR_HOT __attribute__((hot)) #define ATTR_HOT __attribute__((hot))
#else
#define ATTR_HOT
#endif #endif
struct AudioBackend_Sound struct AudioBackend_Sound