diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-12 16:58:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-12 16:58:33 -0400 |
| commit | 1db3e163849aa66b87fa82243b5ffebab3458cdd (patch) | |
| tree | 90a8001e807d847d6ef8ab1314ccd5ca2d3f93cc /comctl_windows.go | |
| parent | 038cfd85288a3f997592cf89076ce5f1a30f4eb9 (diff) | |
Dropped Windows 2000 support.
Diffstat (limited to 'comctl_windows.go')
| -rw-r--r-- | comctl_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comctl_windows.go b/comctl_windows.go index 14ec216..ddcad10 100644 --- a/comctl_windows.go +++ b/comctl_windows.go @@ -8,7 +8,7 @@ import ( ) // pretty much every constant here except _WM_USER is from commctrl.h -// TODO for all: filter out constants not available in Windows 2000 +// TODO for all: filter out constants not available in Windows XP // InitCommonControlsEx constants. const ( |
