summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.go b/common.go
index a51583d..51ebf6f 100644
--- a/common.go
+++ b/common.go
@@ -6,7 +6,8 @@ import (
"unsafe"
)
-// TODO filter out commctrl.h stuff because the combobox stuff has values that differ between windows versions and bleh
+// 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")