somewhat kludgey work-around to prevent the <io.h>'s version of the mkdir()

proto to ruin our compile


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2804 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-11-04 22:33:00 +00:00
parent c9fb098250
commit 740dc63186

View file

@ -20,8 +20,10 @@
#ifndef __FILE_WIN32_H__
#define __FILE_WIN32_H__
#define mkdir(x) dos_mkdir(x)
#include <io.h>
#include "dir.h"
#endif // #ifndef __FILE_WIN32_H__
#endif // #ifndef __FILE_WIN32_H__