You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dependency on winapi 0.2 (#25)
Instead declare the few types we use directly in the crate to avoid bringing in the old winapi 0.2 dependency.
Fixes#16.
Replaces previous attempts #19#22#24.