Skip to content

Commit

Permalink
misc: fix missing ALTSOUNDCALLBACK in other classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm174 committed Jan 6, 2024
1 parent 51843aa commit 8426f3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/altsound_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
#pragma once
#endif

#ifdef _MSC_VER
#define ALTSOUNDCALLBACK __stdcall
#else
#define ALTSOUNDCALLBACK
#endif

#if _MSC_VER >= 1700
#ifdef inline
#undef inline
Expand Down

0 comments on commit 8426f3e

Please sign in to comment.