Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3c41e9f0
Commit
3c41e9f0
authored
Nov 10, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
evnet/SocketMonitor: move WIN32/ERROR comment to PollGroupWinSelect.hxx
parent
2670e13c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
16 deletions
+2
-16
MultiSocketMonitor.hxx
src/event/MultiSocketMonitor.hxx
+0
-8
PollGroupWinSelect.hxx
src/event/PollGroupWinSelect.hxx
+2
-0
SocketMonitor.hxx
src/event/SocketMonitor.hxx
+0
-8
No files found.
src/event/MultiSocketMonitor.hxx
View file @
3c41e9f0
...
...
@@ -31,14 +31,6 @@
#include <assert.h>
#ifdef WIN32
/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
to allow us to use it anyway */
#ifdef ERROR
#undef ERROR
#endif
#endif
#ifndef WIN32
struct
pollfd
;
#endif
...
...
src/event/PollGroupWinSelect.hxx
View file @
3c41e9f0
...
...
@@ -32,6 +32,8 @@
#include <windows.h>
#include <winsock2.h>
/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
to allow us to use it anyway */
#ifdef ERROR
#undef ERROR
#endif
...
...
src/event/SocketMonitor.hxx
View file @
3c41e9f0
...
...
@@ -29,14 +29,6 @@
#include <assert.h>
#include <stddef.h>
#ifdef WIN32
/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
to allow us to use it anyway */
#ifdef ERROR
#undef ERROR
#endif
#endif
class
EventLoop
;
/**
...
...
Write
Preview
Markdown
is supported
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