ming compile fixes by Bill Napier

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-08-02 12:18:30 +00:00
parent 714d6ffa2b
commit 4c043173bb
2 changed files with 3 additions and 3 deletions

View file

@ -53,14 +53,14 @@ typedef struct {
#else // SIMULATOR
#ifdef WIN32
#if defined(WIN32) && !defined(__MINGW32__)
#include <io.h>
#endif // WIN32
typedef struct DIRtag
{
struct dirent fd;
int handle;
} DIR;
#endif // WIN32
#endif // SIMULATOR
#ifndef DIRFUNCTIONS_DEFINED

View file

@ -45,7 +45,7 @@ extern int rename(char* oldname, char* newname);
#endif
#else
#ifdef WIN32
#if defined(WIN32) && !defined(__MINGW32__)
#include <io.h>
#include <stdio.h>
#endif // WIN32