Sirraide eb1297910e
[OpenMP] [Tests] Update test broken by #157364 (#158751)
Fix another test impacted by #157364.

On Windows, `GetComputerNameA()`, which is what this ends up calling,
takes an `LPDWORD`, but we were handing it an `int*`; fix this by
declaring it as a `DWORD` instead.
2025-09-15 23:01:01 +00:00
..