Skip to content

Commit

Permalink
dr_flac: added Watcom version of the DRFLAC_INLINE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Mar 22, 2021
1 parent 6c354e5 commit 6c4a176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dr_flac.h
Expand Up @@ -936,6 +936,8 @@ drflac_bool32 drflac_next_cuesheet_track(drflac_cuesheet_track_iterator* pIter,
#else
#ifdef __GNUC__
#define DRFLAC_INLINE inline __attribute__((always_inline))
#elif defined(__WATCOMC__)
#define DRFLAC_INLINE __inline
#else
#define DRFLAC_INLINE inline
#endif
Expand Down

0 comments on commit 6c4a176

Please sign in to comment.