remove extra kludge we used to kill warnings on very old mingw cross-compile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6178 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c54dc0f2b
commit
2dddde253f
1 changed files with 0 additions and 7 deletions
|
@ -40,13 +40,6 @@
|
|||
#include "dir-win32.h"
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && defined(__MINGW32__)
|
||||
/* when building with cross-compiled mingw on Linux for win32, these protos
|
||||
are missing */
|
||||
int _commit(int fd);
|
||||
int snprintf (char *buf, size_t size, const char *fmt, ...);
|
||||
#endif
|
||||
|
||||
#define MAX_PATH 260
|
||||
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in a new issue