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:
Pietro Gagliardi 2014-02-15 15:59:02 -05:00
parent 558c618fbf
commit 0e41eddf54
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ import (
"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 (
user32 = syscall.NewLazyDLL("user32.dll")
kernel32 = syscall.NewLazyDLL("kernel32.dll")