From e3403ecd9f218766ce64eed0ff6b6cd706391fa4 Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Fri, 14 Feb 2003 20:51:10 +0000 Subject: this fixes the win32 simulator compilation the simulator does not use the firmare\include path, instead it uses standard header files those header files that do not exist in the SDK are placed in the win32 directory (dir.h, sprintf.h) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3264 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/file.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'firmware') diff --git a/firmware/include/file.h b/firmware/include/file.h index ff70c017be..6c81cb93d7 100644 --- a/firmware/include/file.h +++ b/firmware/include/file.h @@ -63,14 +63,7 @@ extern int write(int fd, void* buf, int count); extern int remove(const char* pathname); extern int rename(const char* path, const char* newname); extern int ftruncate(int fd, unsigned int size); - -#else -#ifdef WIN32 -#include -#include -#endif /* WIN32 */ #endif /* SIMULATOR */ - #endif /* __MINGW32__ */ #endif -- cgit v1.2.3