Prevent errors encountered by MSVC
This commit is contained in:
parent
d4004fe99a
commit
f82a53d336
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#ifdef __GNUC__
|
||||
#define ATTR_HOT __attribute__((hot))
|
||||
#else
|
||||
#define ATTR_HOT
|
||||
#endif
|
||||
|
||||
struct AudioBackend_Sound
|
||||
|
|
Loading…
Add table
Reference in a new issue