Removed a TODO regarding Windows Common Controls because I'm not going to be using those constants (and if I ever add more controls I will need to use comctl anyway).
This commit is contained in:
parent
558c618fbf
commit
0e41eddf54
|
@ -6,9 +6,6 @@ import (
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO filter out commctrl.h stuff because the combobox and listbox stuff has values that differ between windows versions and bleh
|
|
||||||
// either that or switch to ComboBoxEx and ListView because they might not have that problem???
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
user32 = syscall.NewLazyDLL("user32.dll")
|
user32 = syscall.NewLazyDLL("user32.dll")
|
||||||
kernel32 = syscall.NewLazyDLL("kernel32.dll")
|
kernel32 = syscall.NewLazyDLL("kernel32.dll")
|
||||||
|
|
Loading…
Reference in New Issue