From 05bb0ead54815d0b8262a9e0063e37f289bc307a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 19 Feb 2013 18:55:01 +0100 Subject: [PATCH] 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 --- builds/msvc/errno.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/msvc/errno.hpp b/builds/msvc/errno.hpp index f40ee0fc..1530f279 100644 --- a/builds/msvc/errno.hpp +++ b/builds/msvc/errno.hpp @@ -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