diff options
Diffstat (limited to 'zconstants_windows_amd64.go')
| -rw-r--r-- | zconstants_windows_amd64.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zconstants_windows_amd64.go b/zconstants_windows_amd64.go index 4d3c1c3..54bbae8 100644 --- a/zconstants_windows_amd64.go +++ b/zconstants_windows_amd64.go @@ -28,6 +28,7 @@ const _ERROR = 0 const _ES_AUTOHSCROLL = 128 const _ES_PASSWORD = 32 const _FALSE = 0 +const _GWLP_USERDATA = -21 const _GWL_STYLE = -16 const _ICC_PROGRESS_CLASS = 32 const _LBS_EXTENDEDSEL = 2048 @@ -140,6 +141,7 @@ const _WM_MBUTTONDOWN = 519 const _WM_MBUTTONUP = 520 const _WM_MOUSEACTIVATE = 33 const _WM_MOUSEMOVE = 512 +const _WM_NCCREATE = 129 const _WM_PAINT = 15 const _WM_RBUTTONDOWN = 516 const _WM_RBUTTONUP = 517 @@ -162,5 +164,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") +var _getWindowLongPtr = user32.NewProc("GetWindowLongPtrW") +var _setWindowLongPtr = user32.NewProc("SetWindowLongPtrW") |
