veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.21k stars 221 forks source link

fix header name for case sensitive file systems #426

Closed jclc closed 5 years ago

jclc commented 5 years ago

Fails to compile on Linux due to case sensitive file system. This PR corrects this issue.

../go/pkg/mod/github.com/veandco/go-sdl2@v0.3.1-0.20190819015742-0ac831f22fa9/sdl/syswm_windows.go:6:10: fatal error: WinDef.h: No such file or directory
    6 | #include <WinDef.h>
      |          ^~~~~~~~~~
compilation terminated.
veeableful commented 5 years ago

Thanks @jclc!