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
This commit is contained in:
Sébastien Rombauts 2013-02-19 18:55:01 +01:00
parent 41d79bc19e
commit 05bb0ead54

View File

@ -13,7 +13,7 @@
//#define ECHILD 10 //#define ECHILD 10
#define EAGAIN 11 #define EAGAIN 11
//#define ENOMEM 12 //#define ENOMEM 12
//#define EACCES 13 #define EACCES 13
#define EFAULT 14 #define EFAULT 14
//#define EOSERR 15 // rk //#define EOSERR 15 // rk
//#define EBUSY 16 //#define EBUSY 16