Skip to content

Commit

Permalink
- made adjustments to the remaining parts of the function interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 1, 2020
1 parent 7923d25 commit 47d70c8
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 204 deletions.
2 changes: 1 addition & 1 deletion libraries/zmusic/midisources/midisource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ extern int MUSHeaderSearch(const uint8_t *head, int len);
//
//==========================================================================

EMIDIType ZMusic_IdentifyMIDIType(uint32_t *id, int size)
DLL_EXPORT EMIDIType ZMusic_IdentifyMIDIType(uint32_t *id, int size)
{
// Check for MUS format
// Tolerate sloppy wads by searching up to 32 bytes for the header
Expand Down
Loading

0 comments on commit 47d70c8

Please sign in to comment.