Commit 2fc48a1
committed
Adapt
Bumping the `windows` dev-dependency of `gix-path` from 0.58.0 to
0.61.1 broke the use of `windows::Win32::Foundation::BOOL`, since
`BOOL` is now `windows::core::BOOL` (and also available through
the `windows_core` crate).
It is not immediately obvious from the changelog at what point the
change occurred. (A seemingly related change is described for the
newer version microsoft/windows-rs#3441.
See microsoft/windows-rs#3441 for context.)
This imports `BOOL` from `windows::core` to adjust.gix-path tests to changes in windows
1 parent 417917f commit 2fc48a1
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments