WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=39bed5294af51c82f0c3be7bba2b91b7cb1311c2
commit 39bed5294af51c82f0c3be7bba2b91b7cb1311c2 Author: Xavi Artigas <[email protected]> Date: Wed Nov 29 01:42:42 2017 -0800 Wiki page main-loop.md changed with summary [Comment regarding fd_file on Windows] by Xavi Artigas --- pages/develop/guides/c/core/main-loop.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/guides/c/core/main-loop.md.txt b/pages/develop/guides/c/core/main-loop.md.txt index 52b0b324c..bb30271c7 100644 --- a/pages/develop/guides/c/core/main-loop.md.txt +++ b/pages/develop/guides/c/core/main-loop.md.txt @@ -131,7 +131,7 @@ efl_loop_fd_get(fd_object); efl_loop_fd_set(fd_object, fd); ``` -When the file descriptor corresponds to a file, use ``fd_file`` instead: +When the file descriptor corresponds to a file (instead of a network socket, for example), use ``fd_file`` instead, or you might face issues on the Windows platform: ```c efl_loop_fd_file_get(fd_object); --
