Commit efe631f
committed
Wrap WSAPoll in a function
Instead of using a macro, which breaks when the implementation is
compiled separately, add a detail::poll() function, that dispatches to
either ::poll() or WSAPoll().1 parent 045e14f commit efe631f
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
| |||
3240 | 3239 | | |
3241 | 3240 | | |
3242 | 3241 | | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
| 3246 | + | |
| 3247 | + | |
| 3248 | + | |
| 3249 | + | |
3243 | 3250 | | |
3244 | 3251 | | |
3245 | 3252 | | |
| |||
10377 | 10384 | | |
10378 | 10385 | | |
10379 | 10386 | | |
10380 | | - | |
10381 | | - | |
10382 | | - | |
10383 | | - | |
10384 | 10387 | | |
0 commit comments