diff options
-rw-r--r-- | lib/config-win32ce.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index e34ef6f55..bf2690c86 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -248,10 +248,9 @@ #include <winsock.h> #include <process.h> -extern int errno; - #define ENOSPC 1 #define ENOMEM 2 +#define EAGAIN 3 extern int stat(const char *path,struct stat *buffer ); |