diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-30 22:48:12 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-30 22:48:12 -0400 |
| commit | ffa1bbe0b91a8c812ddcea5c5d65e55f60d07f33 (patch) | |
| tree | 000fadd9af11843d92e7f0eee49fa90cca1379cd /zconstants_windows_amd64.go | |
| parent | 990d50e9a153681a091a23734f8962e728fde1b0 (diff) | |
Restored the previous new API. I'm going to change it so that events are callbacks rather than using a window handler, but other than that... yeah.
Diffstat (limited to 'zconstants_windows_amd64.go')
| -rw-r--r-- | zconstants_windows_amd64.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zconstants_windows_amd64.go b/zconstants_windows_amd64.go index ec55813..256de01 100644 --- a/zconstants_windows_amd64.go +++ b/zconstants_windows_amd64.go @@ -35,6 +35,7 @@ const _FALSE = 0 const _GWLP_USERDATA = -21 const _GWL_STYLE = -16 const _ICC_PROGRESS_CLASS = 32 +const _IDOK = 1 const _LBS_EXTENDEDSEL = 2048 const _LBS_NOINTEGRALHEIGHT = 256 const _LBS_NOTIFY = 1 |
