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