Add compat_filelength to sound
This commit is contained in:
parent
d02678a2c5
commit
c9957457e7
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
#include "platform_compat.h"
|
||||||
|
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
@ -37,7 +38,7 @@ SoundFileIO gSoundDefaultFileIO = {
|
||||||
write,
|
write,
|
||||||
lseek,
|
lseek,
|
||||||
tell,
|
tell,
|
||||||
filelength,
|
compat_filelength,
|
||||||
-1,
|
-1,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue