Merge pull request #2396 from heuripedes/master

Fix console builds
This commit is contained in:
Twinaphex 2015-11-15 00:52:52 +01:00
commit 6ee1c4afb9

View File

@ -76,12 +76,12 @@
struct RFILE
{
unsigned hints;
#if defined(PSP) || defined(VITA)
SceUID fd;
#elif defined(__CELLOS_LV2__)
int fd;
#else
unsigned hints;
#if defined(HAVE_BUFFERED_IO)
FILE *fp;
#endif