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 /controls_windows.go | |
| parent | 038cfd85288a3f997592cf89076ce5f1a30f4eb9 (diff) | |
Dropped Windows 2000 support.
Diffstat (limited to 'controls_windows.go')
| -rw-r--r-- | controls_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controls_windows.go b/controls_windows.go index eeebe20..c50d96d 100644 --- a/controls_windows.go +++ b/controls_windows.go @@ -6,7 +6,7 @@ import ( // "unsafe" ) -// TODO for all: filter any not provided in Windows 2000 +// TODO for all: filter any not provided in Windows XP // Button styles. const ( |
