windows: Add comments

This commit is contained in:
Hajime Hoshi 2016-09-11 22:34:39 +09:00
parent acb66fffe8
commit 1f8cd41326
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
package driver
// TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo.
// #cgo LDFLAGS: -lwinmm
//
// #include <windows.h>

View File

@ -16,6 +16,8 @@
package ui
// TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo.
// #cgo LDFLAGS: -lgdi32
//
// #include <windows.h>