mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
4a684c4195
The error value are defined as windows.Handle (64bit) in golang.org/x/sys/windows, but an actual type should be HRESULT (32bit). This causes an issue that a returning value from a Windows API was recognized as a non-zero error value though the value was not an error, when the value's lower 32-bits are all zero. See also https://github.com/golang/go/issues/48736#issuecomment-1143993096 Updates #2113 |
||
---|---|---|
.. | ||
api_windows.go | ||
graphics_windows.go | ||
pipeline_windows.go |