Skip to content

windows: Fix 64-bit Rust #16336

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

Merged
merged 2 commits into from
Aug 8, 2014
Merged

windows: Fix 64-bit Rust #16336

merged 2 commits into from
Aug 8, 2014

Conversation

retep998
Copy link
Member

@retep998 retep998 commented Aug 7, 2014

Several of the tests in make check-fast were failing so this fixes those tests.

Made INVALID_HANDLE_VALUE actually a HANDLE.
Removed all useless casts during INVALID_HANDLE_VALUE comparisons.

Signed-off-by: Peter Atashian <[email protected]>
@vadimcn
Copy link
Contributor

vadimcn commented Aug 7, 2014

lgtm

On a related note: I think we should come up with better policy on type names that are used in libc definitions. Right now, Windows, "C" and native Rust types are intermixed seemingly at random.

bors added a commit that referenced this pull request Aug 8, 2014
Several of the tests in `make check-fast` were failing so this fixes those tests.
@bors bors closed this Aug 8, 2014
@bors bors merged commit 24ebbb4 into rust-lang:master Aug 8, 2014
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.

4 participants