windows: guard against including handle-inl.h more than once
This commit is contained in:
parent
d08070435d
commit
3b907cf0ec
@ -19,6 +19,9 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef UV_WIN_HANDLE_INL_H_
|
||||
#define UV_WIN_HANDLE_INL_H_
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "uv.h"
|
||||
@ -102,3 +105,5 @@ INLINE static void uv_process_endgames(uv_loop_t* loop) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* UV_WIN_HANDLE_INL_H_ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user