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 struct RFILE
{ {
unsigned hints;
#if defined(PSP) || defined(VITA) #if defined(PSP) || defined(VITA)
SceUID fd; SceUID fd;
#elif defined(__CELLOS_LV2__) #elif defined(__CELLOS_LV2__)
int fd; int fd;
#else #else
unsigned hints;
#if defined(HAVE_BUFFERED_IO) #if defined(HAVE_BUFFERED_IO)
FILE *fp; FILE *fp;
#endif #endif