Commit e378aef1 authored by Brian Dellisanti's avatar Brian Dellisanti Committed by Alex Brainman

windows: fix syscall.SidTypeUser so following consts have correct values.

Fixes #4844.

R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/7366043
parent 7f9c02a1
...@@ -70,7 +70,7 @@ type UserInfo10 struct { ...@@ -70,7 +70,7 @@ type UserInfo10 struct {
const ( const (
// do not reorder // do not reorder
SidTypeUser = 1 << iota SidTypeUser = 1 + iota
SidTypeGroup SidTypeGroup
SidTypeDomain SidTypeDomain
SidTypeAlias SidTypeAlias
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment