mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
A small fix for Android. Songs from this set fails to play without the fix:Bionicle Heroes (2006-11-14)(Traveller's Tales)(Eidos)
This commit is contained in:
parent
ebdfed9927
commit
2e020143cf
@ -15,8 +15,11 @@
|
||||
#include <sys/types.h>
|
||||
#include "streamtypes.h"
|
||||
#include "util.h"
|
||||
#if defined(ANDROID)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(__MSVCRT__) || defined(_MSC_VER)
|
||||
#if (defined(__MSVCRT__) || defined(_MSC_VER)) && !defined(ANDROID)
|
||||
#include <io.h>
|
||||
#define fseeko fseek
|
||||
#define ftello ftell
|
||||
|
Loading…
x
Reference in New Issue
Block a user