summaryrefslogtreecommitdiff
path: root/zconstants_windows_amd64.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-30 14:02:57 -0400
committerPietro Gagliardi <[email protected]>2014-05-30 14:02:57 -0400
commit78c909cc9ba87abc759767c11b34a9cccf8ef34c (patch)
tree00ace0952c5e64ee36ef66734a094e4dbc886163 /zconstants_windows_amd64.go
parent029465e8149fee46cb28dde8b7575f7377642ef8 (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.go2
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")