mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 10:48:53 +01:00
windows: Add comments
This commit is contained in:
parent
acb66fffe8
commit
1f8cd41326
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
package driver
|
package driver
|
||||||
|
|
||||||
|
// TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo.
|
||||||
|
|
||||||
// #cgo LDFLAGS: -lwinmm
|
// #cgo LDFLAGS: -lwinmm
|
||||||
//
|
//
|
||||||
// #include <windows.h>
|
// #include <windows.h>
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
package ui
|
package ui
|
||||||
|
|
||||||
|
// TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo.
|
||||||
|
|
||||||
// #cgo LDFLAGS: -lgdi32
|
// #cgo LDFLAGS: -lgdi32
|
||||||
//
|
//
|
||||||
// #include <windows.h>
|
// #include <windows.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user