Files
Alexandre Ganea 0074bfd20f [Support] On Windows, silence FARPROC casts (#191563)
When building with clang-cl 19, this was generating:
```
  warning: cast from 'FARPROC' ... converts to incompatible function type
           [-Wcast-function-type-mismatch]
```
2026-04-10 23:30:14 +00:00
..