summaryrefslogtreecommitdiff
path: root/controls_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'controls_windows.go')
-rw-r--r--controls_windows.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/controls_windows.go b/controls_windows.go
index 991e879..86c4eba 100644
--- a/controls_windows.go
+++ b/controls_windows.go
@@ -179,7 +179,7 @@ const (
)
// Combobox errors.
-var ( // var so they can be cast to uintptr
+const (
// from winuser.h
_CB_ERR = (-1)
_CB_ERRSPACE = (-2)
@@ -356,7 +356,7 @@ const (
)
// Listbox errors.
-var ( // var so they can be cast to uintptr
+const (
// from winuser.h
_LB_OKAY = 0
_LB_ERR = (-1)