summaryrefslogtreecommitdiff
path: root/comctl_windows.go
diff options
context:
space:
mode:
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?