Files
git/compat
Johannes Schindelin d88a993a17 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-04-03 12:17:03 +02:00
..
2019-02-24 21:01:57 +01:00
2019-02-24 21:01:54 +01:00
2017-01-23 11:02:34 -08:00