aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorThanabodee Charoenpiriyakij <wingyminus@gmail.com>2018-06-10 01:01:27 +0700
committerAlex Brainman <alex.brainman@gmail.com>2018-06-11 00:45:20 +0000
commitb74f7321e594e2c4bcdf1b048e755ddc90c4134d (patch)
tree3cb0735d131af47de087af5f320522659fb39bfe /api
parentb3562658fddef6e9008379cac16c04c26784b7ed (diff)
downloadgo-b74f7321e594e2c4bcdf1b048e755ddc90c4134d.tar.gz
go-b74f7321e594e2c4bcdf1b048e755ddc90c4134d.zip
syscall: update TOKEN_ALL_ACCESS according to WinNT.h
TOKEN_ALL_ACCESS was changed at some stage by Microsoft. Updates #25775 Change-Id: I3e18914207a0020b2ebfb99f4e57aa55f9de813b Reviewed-on: https://go-review.googlesource.com/117635 TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Diffstat (limited to 'api')
-rw-r--r--api/except.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt
index 997df042b6..b85003eda2 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -377,9 +377,11 @@ pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo uintptr
pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo uintptr
+pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
pkg syscall (windows-amd64), type CertContext struct, CertInfo uintptr
pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo uintptr
pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo uintptr
pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo uintptr
+pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295