Commit 05bb0ead authored by Sébastien Rombauts's avatar Sébastien Rombauts

Windows CE support : uncommenting #define EACCES needed

- tested for Windows CE 5.0 under Visual Studio 2008 Pro
- tested for Windows XP under Visual Studio 2008 Pro
parent 41d79bc1
......@@ -13,7 +13,7 @@
//#define ECHILD 10
#define EAGAIN 11
//#define ENOMEM 12
//#define EACCES 13
#define EACCES 13
#define EFAULT 14
//#define EOSERR 15 // rk
//#define EBUSY 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment