From 339a77b5d6c4f019f6979cd95ab73ff8540fd91a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 25 May 2014 12:39:53 -0400 Subject: Removed constants from windows_windows.go, controls_windows.go, and comctl_windows.go, as we can now use the constants generator. --- sysdata_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata_windows.go') diff --git a/sysdata_windows.go b/sysdata_windows.go index 7320488..99fc436 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -105,7 +105,7 @@ var classTypes = [nctypes]*classData{ lenMsg: _LB_GETCOUNT, }, c_progressbar: &classData{ - name: _PROGRESS_CLASS, + name: x_PROGRESS_CLASS, style: _PBS_SMOOTH | controlstyle, xstyle: 0 | controlxstyle, doNotLoadFont: true, -- cgit v1.2.3