Add compat_filelength to sound

This commit is contained in:
Alexander Batalov 2022-05-29 00:10:15 +03:00
parent d02678a2c5
commit c9957457e7
1 changed files with 2 additions and 1 deletions

View File

@ -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,
};