From 78c909cc9ba87abc759767c11b34a9cccf8ef34c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 30 May 2014 14:02:57 -0400 Subject: Added GetWindowLongPtr()/SetWindowLongPtr() generation to the windowsconstgen tool and the pregenerated files. This will be needed for when we get rid of creating a new window class for each Window/Area. Also did some minor cleanup to the windowsconstgen tool. --- zconstants_windows_386.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zconstants_windows_386.go') diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index 4427631..c1d88c2 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -162,3 +162,5 @@ const _IDC_ARROW = 32512 const _IDI_APPLICATION = 32512 const _INVALID_HANDLE_VALUE = 4294967295 const _NULL = 0 +var _getWindowLongPtr = user32.NewProc("GetWindowLong") +var _setWindowLongPtr = user32.NewProc("SetWindowLong") -- cgit v1.2.3