Skip to content

Commit

Permalink
Merge branch 'main' into errno-derive-finish
Browse files Browse the repository at this point in the history
  • Loading branch information
SuchAFuriousDeath committed Feb 24, 2024
2 parents 64e7e44 + 00f1155 commit 86083fc
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 108 deletions.
8 changes: 8 additions & 0 deletions src/kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,20 @@ tls = { path = "../tls" }
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.52"
features = [
"Wdk",
"Wdk_Foundation",
"Wdk_Storage",
"Wdk_Storage_FileSystem",
"Win32",
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_Diagnostics_Debug",
"Win32_System_IO",
"Win32_System_Kernel",
"Win32_System_Memory",
"Win32_System_SystemInformation",
"Win32_System_Threading",
"Win32_System_Time",
"Win32_System_WindowsProgramming",
]
Loading

0 comments on commit 86083fc

Please sign in to comment.