git/compat/poll
Johannes Schindelin ac1c2df223 mingw: allow compiling with GCC 8 and DEVELOPER=1
The return type of the `GetProcAddress()` function is `FARPROC` which
evaluates to `long long int (*)()`, i.e. it cannot be cast to the
correct function signature by GCC 8.

To work around that, we first cast to `void *` and go on with our merry
lives.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-06-03 22:59:31 +02:00
..
poll.c mingw: allow compiling with GCC 8 and DEVELOPER=1 2019-06-03 22:59:31 +02:00
poll.h compat/poll: prepare for targeting Windows Vista 2018-10-04 05:39:56 -07:00