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

Use of uint and int #2

Closed
Popog opened this issue May 1, 2011 · 2 comments
Closed

Use of uint and int #2

Popog opened this issue May 1, 2011 · 2 comments

Comments

@Popog
Copy link

Popog commented May 1, 2011

Because the size of uint and int aren't specified in the go-spec (they could be either 32 or 64 bit), and the size of int is specified for the Windows API to be 32 bit, I would suggest using int32 and uint32 for the Windows structures.

@lxn
Copy link
Owner

lxn commented May 1, 2011

Thanks for the suggestion, but I would assume the current implementation with 32 bit int in the gc tool chain won't change any time soon.

I'd say let's wait with such a change in Walk until it is really needed.

@lxn
Copy link
Owner

lxn commented May 1, 2011

Just to clarify: I'm rather busy with other projects right now and there are more pressing things to do for Walk, but if you would like to do this change, I will happily accept a pull request :)

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

No branches or pull requests

2 participants