libuv/src/win
Ben Noordhuis 36cdc13412 win: fix mingw build error
`UV__UNUSED()` does not evaluate to nothing with MinGW, use something
else instead to squelch the unused argument warning.

PR-URL: https://github.com/libuv/libuv/pull/1882
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-06-25 23:48:59 +02:00
..
async.c src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
atomicops-inl.h src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
core.c win,code: remove GetQueuedCompletionStatus-based poller 2018-06-05 00:45:41 -07:00
detect-wakeup.c build: add -Wstrict-prototypes 2017-05-02 23:00:33 +02:00
dl.c win: fix non-English dlopen error message 2017-10-19 15:31:39 +02:00
error.c src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
fs-event.c win: use long directory name for handle->dirw 2018-03-19 10:20:56 +01:00
fs.c unix,win: add uv_fs_lchown() 2018-06-19 10:05:01 -04:00
getaddrinfo.c Revert "win: add Windows XP support to uv_if_indextoname()" 2018-05-30 13:20:35 -07:00
getnameinfo.c unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
handle-inl.h src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
handle.c win: make uv__get_osfhandle() public 2017-05-30 11:53:31 -04:00
internal.h core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
loop-watcher.c windows: further simplify the code for timers 2014-09-10 09:52:00 +02:00
pipe.c win: remove use of min() macro in pipe.c 2018-06-20 08:48:41 -04:00
poll.c src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
process-stdio.c src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
process.c win,pipe: fix IPC pipe deadlock 2018-05-29 13:02:22 -07:00
req-inl.h unix,windows: refactor request init logic 2017-03-21 16:14:09 +01:00
req.c
signal.c src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
snprintf.c win: fix compilation with VS < 2012 2015-10-01 00:41:41 +02:00
stream-inl.h req: revisions to uv_req_t handling 2018-02-25 18:49:37 +01:00
stream.c win,pipe: fix IPC pipe deadlock 2018-05-29 13:02:22 -07:00
tcp.c win: remove the remaining dynamic kernel32 imports 2018-06-05 00:45:48 -07:00
thread.c win: fix mingw build error 2018-06-25 23:48:59 +02:00
timer.c core: move all include files except uv.h to uv/ 2018-06-14 18:39:32 +02:00
tty.c win: move stdint-msvc2008.h to include/uv/ 2018-06-14 18:40:09 +02:00
udp.c win: remove the remaining dynamic kernel32 imports 2018-06-05 00:45:48 -07:00
util.c win,pipe: fix IPC pipe deadlock 2018-05-29 13:02:22 -07:00
winapi.c win: remove the remaining dynamic kernel32 imports 2018-06-05 00:45:48 -07:00
winapi.h win: remove the remaining dynamic kernel32 imports 2018-06-05 00:45:48 -07:00
winsock.c src,test: fix idiosyncratic comment style 2018-05-29 11:56:49 -07:00
winsock.h win: map 0.0.0.0 and :: addresses to localhost 2017-12-28 10:42:11 +01:00