diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-30 14:02:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-30 14:02:57 -0400 |
| commit | 78c909cc9ba87abc759767c11b34a9cccf8ef34c (patch) | |
| tree | 00ace0952c5e64ee36ef66734a094e4dbc886163 /zconstants_windows_amd64.go | |
| parent | 029465e8149fee46cb28dde8b7575f7377642ef8 (diff) | |
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.
Diffstat (limited to 'zconstants_windows_amd64.go')
| -rw-r--r-- | zconstants_windows_amd64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zconstants_windows_amd64.go b/zconstants_windows_amd64.go index 0274d3a..4d3c1c3 100644 --- a/zconstants_windows_amd64.go +++ b/zconstants_windows_amd64.go @@ -162,3 +162,5 @@ const _IDC_ARROW = 32512 const _IDI_APPLICATION = 32512 const _INVALID_HANDLE_VALUE = 18446744073709551615 const _NULL = 0 +var _getWindowLongPtr = user32.NewProc("GetWindowLongPtr") +var _setWindowLongPtr = user32.NewProc("SetWindowLongPtr") |
