From fb26bfb662e7939b6646d290ad658fe1bdbffc8e Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Mon, 14 Jun 2004 07:00:50 +0000 Subject: Fixed VC++ build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4739 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/file.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uisimulator/common/file.h') diff --git a/uisimulator/common/file.h b/uisimulator/common/file.h index 8d91b61..0e50031 100644 --- a/uisimulator/common/file.h +++ b/uisimulator/common/file.h @@ -32,6 +32,11 @@ #ifdef WIN32 #ifndef _commit extern int _commit( int handle ); + +#ifdef _MSC_VER +typedef unsigned int mode_t; +#endif + #endif #endif -- cgit v1.1