Merge branch 'master' of github.com:Themaister/RetroArch

This commit is contained in:
ToadKing 2013-04-30 22:43:45 -04:00
commit 0b97b5be98

View File

@ -24,9 +24,14 @@
#if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) || defined(__BLACKBERRY_QNX__)
#include <unistd.h> //stat() is defined here
#ifndef __BLACKBERRY_QNX__
#define S_ISDIR(x) (x & CELL_FS_S_IFDIR)
#endif
#if defined(__CELLOS_LV2__)
#ifndef S_ISDIR
#define S_ISDIR(x) (x & 0040000)
#endif
#endif
#if defined(_WIN32)