summaryrefslogtreecommitdiff
path: root/zconstants_windows_386.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-25 14:04:03 -0400
committerPietro Gagliardi <[email protected]>2014-05-25 14:04:03 -0400
commit1f94a68432dce90a1780ca2be44f12dc5514c622 (patch)
treed32a48c0a00d73982912159ed4882a6595027a54 /zconstants_windows_386.go
parentd2746b7d2ca606f2212a9bd31e793d0778dad64d (diff)
Fixed issues handling INVALID_HANDLE_VALUE in the Windows constant generator, and built the first build with generated constants!
Diffstat (limited to 'zconstants_windows_386.go')
-rw-r--r--zconstants_windows_386.go82
1 files changed, 82 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go
new file mode 100644
index 0000000..58144e1
--- /dev/null
+++ b/zconstants_windows_386.go
@@ -0,0 +1,82 @@
+// autogenerated by windowsconstgen; do not edit
+package ui
+
+const _BCM_GETIDEALSIZE = 5633
+const _BM_GETCHECK = 240
+const _BN_CLICKED = 0
+const _BST_CHECKED = 1
+const _BS_AUTOCHECKBOX = 3
+const _BS_PUSHBUTTON = 0
+const _CBS_AUTOHSCROLL = 64
+const _CBS_DROPDOWN = 2
+const _CBS_DROPDOWNLIST = 3
+const _CB_ADDSTRING = 323
+const _CB_DELETESTRING = 324
+const _CB_ERR = -1
+const _CB_ERRSPACE = -2
+const _CB_GETCOUNT = 326
+const _CB_GETCURSEL = 327
+const _CB_INSERTSTRING = 330
+const _COLOR_BTNFACE = 15
+const _CW_USEDEFAULT = -2147483648
+const _ERROR = 0
+const _ES_AUTOHSCROLL = 128
+const _ES_PASSWORD = 32
+const _GWL_STYLE = -16
+const _ICC_PROGRESS_CLASS = 32
+const _LBS_EXTENDEDSEL = 2048
+const _LBS_NOINTEGRALHEIGHT = 256
+const _LBS_NOTIFY = 1
+const _LB_ADDSTRING = 384
+const _LB_DELETESTRING = 386
+const _LB_ERR = -1
+const _LB_ERRSPACE = -2
+const _LB_GETCOUNT = 395
+const _LB_GETCURSEL = 392
+const _LB_GETSELCOUNT = 400
+const _LB_GETSELITEMS = 401
+const _LB_GETTEXT = 393
+const _LB_GETTEXTLEN = 394
+const _LB_INSERTSTRING = 385
+const _PBM_SETMARQUEE = 1034
+const _PBM_SETPOS = 1026
+const _PBS_MARQUEE = 8
+const _PBS_SMOOTH = 1
+const _SB_HORZ = 0
+const _SB_LEFT = 6
+const _SB_LINELEFT = 0
+const _SB_LINERIGHT = 1
+const _SB_PAGELEFT = 2
+const _SB_PAGERIGHT = 3
+const _SB_RIGHT = 7
+const _SB_THUMBPOSITION = 4
+const _SB_THUMBTRACK = 5
+const _SB_VERT = 1
+const _SIF_PAGE = 2
+const _SIF_POS = 4
+const _SIF_RANGE = 1
+const _SIF_TRACKPOS = 16
+const _SS_LEFTNOWORDWRAP = 12
+const _SS_NOPREFIX = 128
+const _SW_ERASE = 4
+const _SW_HIDE = 0
+const _SW_INVALIDATE = 2
+const _SW_SHOW = 5
+const _SW_SHOWDEFAULT = 10
+const _WM_CLOSE = 16
+const _WM_ERASEBKGND = 20
+const _WM_GETMINMAXINFO = 36
+const _WM_GETTEXT = 13
+const _WM_GETTEXTLENGTH = 14
+const _WM_HSCROLL = 276
+const _WM_SETFONT = 48
+const _WM_SIZE = 5
+const _WM_VSCROLL = 277
+const _WS_CHILD = 1073741824
+const _WS_EX_CLIENTEDGE = 512
+const _WS_HSCROLL = 1048576
+const _WS_OVERLAPPEDWINDOW = 13565952
+const _WS_TABSTOP = 65536
+const _WS_VISIBLE = 268435456
+const _WS_VSCROLL = 2097152
+const _INVALID_HANDLE_VALUE = 4294967295