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
ULARGE_INTEGER is represented by u64 in Rust. Likewise, LARGE_INTEGER is represented by i64. These structs exist to support very old compilers that don't natively support 64-bit integers.
Motivation
It's the only type missing for GuillaumeGomez/sysinfo#950 to be complete
I don't know if it's in the metadata or not though, so maybe the issue is not with
windows-rs
Drawbacks
No response
Rationale and alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: