mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
c9fb098250
commit
740dc63186
1 changed files with 3 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue