efl/legacy/evil/src/lib/evil_errno.c

8 lines
84 B
C

#ifdef __MINGW32CE__
#include "Evil.h"
int errno = 0;
#endif /* __MINGW32CE__ */