From 1db3e163849aa66b87fa82243b5ffebab3458cdd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Mar 2014 16:58:33 -0400 Subject: Dropped Windows 2000 support. --- comctl_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comctl_windows.go') 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 ( -- cgit v1.2.3