mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 06:38:50 +00:00
`windows-rs` is the newer, Microsoft-supported version of the API bindings; `winapi` hasn't been updated in some time. This allows us to remove some code, as `windows-rs` includes the `Sym*` functions that we had to previously defined ourselves in `dbghelp`. Rather than port the `jobs` and `com` code I removed it, as it was unused. The `check_hr` and `check_winapi` macros have been replaced by use of `.ok()?` on `BOOL` and `?` on `HRESULT` which now support standard error handling facilities.
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
* text=auto
|
|
*.ps1 text eol=crlf
|
|
*.sh text eol=lf
|