diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-04 23:28:43 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-04 23:28:43 -0400 |
| commit | 7acc70c39e500cbbe087e09c6a77205981e838ef (patch) | |
| tree | df3206b5bc56d372b70408da6a72d41f9a245ebd /zconstants_windows_386.go | |
| parent | 4e6f6cd1472e1de2c76dbe1ca736be5f911ce846 (diff) | |
Implemented the new MsgBox() transience on Windows.
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 677a45e..6e06392 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -48,6 +48,7 @@ const _LB_GETTEXTLEN = 394 const _LB_INSERTSTRING = 385 const _LF_FACESIZE = 32 const _MA_ACTIVATE = 1 +const _MB_APPLMODAL = 0 const _MB_ICONERROR = 16 const _MB_OK = 0 const _MB_TASKMODAL = 8192 |
