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

22 lines
245 B
C

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif /* HAVE_CONFIG_H */
#include "Evil.h"
#ifdef __MINGW32CE__
/*
* Error related functions
*
*/
char *strerror (int errnum)
{
return "[Windows CE] error\n";
}
#endif /* __MINGW32CE__ */