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:
parent
759cfece4b
commit
530c25130f
7 changed files with 34 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue