From 0e41eddf54740cb2de1ff426ffd294d3301a0d1c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 15 Feb 2014 15:59:02 -0500 Subject: [PATCH] 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). --- common_windows.go | 3 --- 1 file changed, 3 deletions(-) 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")