diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-07 23:27:38 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-07 23:27:38 -0400 |
| commit | ef3adffd5476baae8ac805940489455de12d5461 (patch) | |
| tree | 7dd2b19dc4edcea102d5550187da23ee6dac5d3b /zconstants_windows_386.go | |
| parent | d9a8cf07b90c7931115b9386f4bdab36fbacfc0e (diff) | |
Fixed the Windows 7 progressbar animation dumbness.
Diffstat (limited to 'zconstants_windows_386.go')
| -rw-r--r-- | zconstants_windows_386.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index 51bdbcc..eb24354 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -61,6 +61,7 @@ const _MK_XBUTTON1 = 32 const _MK_XBUTTON2 = 64 const _PBM_SETMARQUEE = 1034 const _PBM_SETPOS = 1026 +const _PBM_SETRANGE32 = 1030 const _PBS_MARQUEE = 8 const _PBS_SMOOTH = 1 const _SB_HORZ = 0 |
