diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-04 19:29:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-04 19:30:19 -0400 |
| commit | c3a87ab7134fbbdbc0792c0df8c9aa06b4713d8a (patch) | |
| tree | 91ff01efb752d93b92bdd4c0b0a296f8de7a8b2a /zconstants_windows_386.go | |
| parent | fb7e638d697a909ef791b11837ff3c17be933bd3 (diff) | |
Resolved the ACTCTX_FLAG_SET_PROCESS_DEFAULT TODO by deciding to enable this flag for maximum safety. Also added more future plans.
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 422b320..677a45e 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 const _BCM_GETIDEALSIZE = 5633 |
