mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
add missed win_fopen.h includes
This commit is contained in:
parent
ce62db513a
commit
68c710aefa
@ -34,6 +34,10 @@
|
|||||||
#include "../opl/opl.h"
|
#include "../opl/opl.h"
|
||||||
#include "midifile.h"
|
#include "midifile.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include "../win32/win_fopen.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// #define OPL_MIDI_DEBUG
|
// #define OPL_MIDI_DEBUG
|
||||||
|
|
||||||
#define MAXMIDLENGTH (96 * 1024)
|
#define MAXMIDLENGTH (96 * 1024)
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
#include "m_misc2.h"
|
#include "m_misc2.h"
|
||||||
#include "midifile.h"
|
#include "midifile.h"
|
||||||
|
|
||||||
|
#include "../win32/win_fopen.h"
|
||||||
|
|
||||||
static HMIDISTRM hMidiStream;
|
static HMIDISTRM hMidiStream;
|
||||||
|
|
||||||
static HANDLE hBufferReturnEvent;
|
static HANDLE hBufferReturnEvent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user