mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
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:
parent
41d79bc19e
commit
05bb0ead54
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user