summaryrefslogtreecommitdiff
path: root/comctl_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-28 12:13:06 -0400
committerPietro Gagliardi <[email protected]>2014-04-28 12:13:06 -0400
commit9a1eb65f9a207a1c03e49cc9e281e7a8fd5e40a9 (patch)
tree3b7ffb118bd5f36694747b7910e104549c8104fb /comctl_windows.go
parent4452de9a07338cd9876bbb351b1b8f9ea5412b27 (diff)
Moved TODOs about stripping non-Windows XP constants to future plans; also reworded a comment in comctl_windows.go.
Diffstat (limited to 'comctl_windows.go')
-rw-r--r--comctl_windows.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/comctl_windows.go b/comctl_windows.go
index 7c336be..bb60779 100644
--- a/comctl_windows.go
+++ b/comctl_windows.go
@@ -9,8 +9,7 @@ import (
"io/ioutil"
)
-// pretty much every constant here except _WM_USER is from commctrl.h
-// TODO for all: filter out constants not available in Windows XP
+// pretty much every constant here except _WM_USER is from commctrl.h, except where noted
var (
// TODO deinitialize at program end?