mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
add missing win_fopen.h include to midifile.c
This commit is contained in:
parent
5c26a46ce0
commit
6de799abaf
@ -25,6 +25,10 @@
|
||||
#include "i_system.h"
|
||||
#include "midifile.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "../win32/win_fopen.h"
|
||||
#endif
|
||||
|
||||
#define HEADER_CHUNK_ID "MThd"
|
||||
#define TRACK_CHUNK_ID "MTrk"
|
||||
#define MAX_BUFFER_SIZE 0x10000
|
||||
|
Loading…
x
Reference in New Issue
Block a user