1
0
Fork 0
forked from len0rd/rockbox

Make the sim buildable with mingw again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26037 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-05-14 22:57:52 +00:00
parent 759cfece4b
commit 530c25130f
7 changed files with 34 additions and 4 deletions

View file

@ -24,7 +24,7 @@
#define _ROCKCONF_H_ /* Protect against unwanted include */
#include "lua.h"
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
#if !defined(SIMULATOR)
int errno = 0;
#endif