mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
3278ca0e32
We are silently truncating the values here as these are canonially typed as `DWORD`, i.e. `UInt32`. The conversion to `Int32` is therefore truncating the value. Make this explicit to allow building with changes to the compiler to import windows constants with canonical types.