Fix mingw & cygwin builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aec37aa5fe
commit
88cf5b307a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "plugin.h"
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
|
||||
int errno = 0;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue