From a46668ca22cc1407177eb559288744ea0d6a96dc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 10:52:53 -0400 Subject: Migrated stdwndclass_windows.go to the new string handling. --- 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 cbdd51a..9526b23 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -44,7 +44,7 @@ const controlxstyle = 0 var classTypes = [nctypes]*classData{ c_window: &classData{ - name: toUTF16(stdWndClass), + name: stdWndClass, style: _WS_OVERLAPPEDWINDOW, xstyle: 0, storeSysData: true, -- cgit v1.2.3