diff options
Diffstat (limited to 'zconstants_windows_386.go')
| -rw-r--r-- | zconstants_windows_386.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index fcbdce0..33d2998 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -27,6 +27,7 @@ const _DIB_RGB_COLORS = 0 const _ERROR = 0 const _ES_AUTOHSCROLL = 128 const _ES_PASSWORD = 32 +const _FALSE = 0 const _GWL_STYLE = -16 const _ICC_PROGRESS_CLASS = 32 const _LBS_EXTENDEDSEL = 2048 @@ -79,6 +80,7 @@ const _SW_HIDE = 0 const _SW_INVALIDATE = 2 const _SW_SHOW = 5 const _SW_SHOWDEFAULT = 10 +const _TRUE = 1 const _VK_ADD = 107 const _VK_CONTROL = 17 const _VK_DELETE = 46 @@ -144,4 +146,7 @@ const _WS_OVERLAPPEDWINDOW = 13565952 const _WS_TABSTOP = 65536 const _WS_VISIBLE = 268435456 const _WS_VSCROLL = 2097152 +const _IDC_ARROW = 32512 +const _IDI_APPLICATION = 32512 const _INVALID_HANDLE_VALUE = 4294967295 +const _NULL = 0 |
