From 740dc631867bd7f050c314ecb39ae136b1f45d32 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Nov 2002 22:33:00 +0000 Subject: somewhat kludgey work-around to prevent the '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 --- uisimulator/win32/dir-win32.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'uisimulator') diff --git a/uisimulator/win32/dir-win32.h b/uisimulator/win32/dir-win32.h index e51dfba747..6a19b5c535 100644 --- a/uisimulator/win32/dir-win32.h +++ b/uisimulator/win32/dir-win32.h @@ -20,8 +20,10 @@ #ifndef __FILE_WIN32_H__ #define __FILE_WIN32_H__ +#define mkdir(x) dos_mkdir(x) + #include #include "dir.h" -#endif // #ifndef __FILE_WIN32_H__ \ No newline at end of file +#endif // #ifndef __FILE_WIN32_H__ -- cgit v1.2.3