contextfree / winrt-rust

Use and (eventually) make Windows Runtime APIs with Rust
Apache License 2.0
142 stars 10 forks source link

Update to winapi 0.3 #48

Closed Boddlnagg closed 6 years ago

Boddlnagg commented 6 years ago

DO NOT MERGE YET

This is only a test, because winapi 0.3 has not yet been released (it's specified as a git dependency). See retep998/winapi-rs#316.

Boddlnagg commented 6 years ago

Note to self:

If given a choice between using names from both shared and um (as the latter re-exports items from the former), and you are not writing code intended to run in the kernel (i.e. device drivers), stick to um. There is no difference between the two, but using the um modules better matches the conventions of writing user-mode code.