Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
uWebSockets
Commits
63581f69
Commit
63581f69
authored
Jan 30, 2018
by
Jan Chren
Committed by
Alex Hultman
Jan 30, 2018
Browse files
define USE_EPOLL only if not defined already (#761)
parent
d990bef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Backend.h
View file @
63581f69
...
...
@@ -8,7 +8,9 @@
#elif !defined(__linux__) || defined(USE_LIBUV)
#include
"Libuv.h"
#else
#ifndef USE_EPOLL
#define USE_EPOLL
#endif
#include
"Epoll.h"
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment