forked from len0rd/rockbox
again, a little win32 simulator compability fix
(included io.h) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@351 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f94aef243
commit
ced58d3fef
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ typedef struct {
|
||||||
} DIR;
|
} DIR;
|
||||||
#else // SIMULATOR
|
#else // SIMULATOR
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#include <io.h>
|
||||||
typedef struct DIRtag
|
typedef struct DIRtag
|
||||||
{
|
{
|
||||||
struct dirent fd;
|
struct dirent fd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue