summaryrefslogtreecommitdiff
path: root/zconstants_windows_386.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-10 09:46:00 -0400
committerPietro Gagliardi <[email protected]>2014-06-10 09:46:00 -0400
commit7b2e6b7fa3799ce686dd7509cf9cf6d9b94c2835 (patch)
tree44482c1eab182b383b75c40faee26102bf2de5c3 /zconstants_windows_386.go
parente432e6fecff4554ceccb0e9dbc7a8b915fc90d2b (diff)
Made adjustments to the output of windowsconstgen to please go fmt.
Diffstat (limited to 'zconstants_windows_386.go')
-rw-r--r--zconstants_windows_386.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go
index eb24354..0dfbf22 100644
--- a/zconstants_windows_386.go
+++ b/zconstants_windows_386.go
@@ -1,5 +1,6 @@
// autogenerated by windowsconstgen; do not edit
package ui
+
const _ACTCTX_FLAG_SET_PROCESS_DEFAULT = 16
const _AC_SRC_ALPHA = 1
const _AC_SRC_OVER = 0
@@ -172,5 +173,6 @@ const _IDC_ARROW = 32512
const _IDI_APPLICATION = 32512
const _INVALID_HANDLE_VALUE = 4294967295
const _NULL = 0
+
var _getWindowLongPtr = user32.NewProc("GetWindowLongW")
var _setWindowLongPtr = user32.NewProc("SetWindowLongW")