windows: guard against including handle-inl.h more than once

This commit is contained in:
Bert Belder 2012-06-04 16:37:20 +02:00
parent d08070435d
commit 3b907cf0ec

View File

@ -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_ */