diff --git a/common_windows.go b/common_windows.go index 5ebf0a4..7d9eda0 100644 --- a/common_windows.go +++ b/common_windows.go @@ -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")