Skip to content

Commit fe0749a

Browse files
committed
Fix imports from winapi::um on Windows
1 parent e13f4f1 commit fe0749a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spdlog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static_assertions = "1.1.0"
5454
thiserror = "1.0.37"
5555

5656
[target.'cfg(windows)'.dependencies]
57-
winapi = { version = "0.3.9", features = ["debugapi", "handleapi", "processthreadsapi"] }
57+
winapi = { version = "0.3.9", features = ["consoleapi", "debugapi", "handleapi", "processenv", "processthreadsapi", "winbase", "wincon"] }
5858

5959
[target.'cfg(unix)'.dependencies]
6060
libc = "0.2"

0 commit comments

Comments
 (0)