projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
211d54d
)
ecore: add FD_CLOSE, FD_ACCEPT and FD_CONNECT for sockets on Windows.
author
Guillaume Friloux
<guillaume.friloux@gmail.com>
Fri, 30 Jan 2015 13:18:37 +0000
(14:18 +0100)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Wed, 11 Feb 2015 16:03:38 +0000
(17:03 +0100)
src/lib/ecore/ecore_main.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore/ecore_main.c
b/src/lib/ecore/ecore_main.c
index
98e56ff
..
1ae5653
100644
(file)
--- a/
src/lib/ecore/ecore_main.c
+++ b/
src/lib/ecore/ecore_main.c
@@
-2173,6
+2173,8
@@
_ecore_main_win32_select(int nfds EINA_UNUSED,
network_event |= FD_OOB;
}
+ network_event |= FD_CLOSE | FD_CONNECT | FD_ACCEPT;
+
if (network_event)
{
event = WSACreateEvent();