diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-25 14:12:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-25 14:12:57 -0400 |
| commit | 55c5776334f3e64e9c04fa0cbe547d3a65964309 (patch) | |
| tree | 760c5304cbd151c9f28cacb0fb77127ec354015a /zconstants_windows_386.go | |
| parent | bb6befbfa7941206c846568e66639ee4936f51ac (diff) | |
Stripped constants from dialog_windows.go.
Diffstat (limited to 'zconstants_windows_386.go')
| -rw-r--r-- | zconstants_windows_386.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index 26dbba9..3a63ddd 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -37,6 +37,8 @@ const _LB_GETSELITEMS = 401 const _LB_GETTEXT = 393 const _LB_GETTEXTLEN = 394 const _LB_INSERTSTRING = 385 +const _MB_ICONERROR = 16 +const _MB_OK = 0 const _MK_LBUTTON = 1 const _MK_MBUTTON = 16 const _MK_RBUTTON = 2 |
