diff options
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 |
