diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-15 15:59:02 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-15 15:59:02 -0500 |
| commit | 0e41eddf54740cb2de1ff426ffd294d3301a0d1c (patch) | |
| tree | 4a87f043e3a00daf375d4afb15a4f3ca8ea6aa68 | |
| parent | 558c618fbf6e8a1db88ca929531d654cb49a2b60 (diff) | |
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).
| -rw-r--r-- | common_windows.go | 3 |
1 files changed, 0 insertions, 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") |
