mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
`GetProcAddress()` returns a `FARPROC` (aka. `long long (*)()`) which is not compatible with `void *` per the specs. However, on Windows they are, so we silence the warning with a cast.