Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mksyscall_windows.go to match upstream updates #93

Merged
merged 1 commit into from
Nov 21, 2016

Conversation

darstahl
Copy link
Contributor

Upstream mksyscall_windows.go has had many updates since this was forked. This updates to match.

Signed-off-by: Darren Stahl darst@microsoft.com

@darstahl
Copy link
Contributor Author

/cc @jhowardmsft @jstarks

func (_ *Fn) IsUTF16() bool {
return true
func (f *Fn) IsUTF16() bool {
s := f.DLLFuncName()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reverts a change I made. All our functions use UTF-16.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, was juggling too many copies of this file (there's gotta be a better vendoring solution than is currently being used). Fixed.

Signed-off-by: Darren Stahl <darst@microsoft.com>
@darstahl darstahl merged commit d327ca7 into microsoft:master Nov 21, 2016
@darstahl darstahl deleted the UpdateMkSyscall branch November 21, 2016 19:31
dcantah pushed a commit to dcantah/hcsshim that referenced this pull request Mar 17, 2021
Updated user mode preparation instructions in response to the removal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants