Skip to content

Commit

Permalink
update vendored bindings, add ntuser.h to bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Sep 5, 2024
1 parent 5c791fa commit d0e01c6
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 21 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build = "src/build.rs"
description = "Rust bindings to the System Informer's (formerly known as Process Hacker) `phnt` native Windows headers"

[features]
default = ["regenerate"]
regenerate = ["dep:regex", "dep:bindgen", "dep:chrono"]

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion deps/phnt-nightly
Submodule phnt-nightly updated 28 files
+21 −685 LICENSE
+267 −1,306 ntexapi.h
+5 −0 ntimage.h
+8,615 −0 ntintsafe.h
+547 −10 ntioapi.h
+1 −0 ntkeapi.h
+28 −4 ntldr.h
+6 −4 ntlpcapi.h
+0 −595 ntmisc.h
+169 −5 ntmmapi.h
+1 −1 ntobapi.h
+18 −5 ntpebteb.h
+141 −7 ntpoapi.h
+232 −21 ntpsapi.h
+4 −4 ntregapi.h
+484 −92 ntrtl.h
+6 −6 ntsam.h
+123 −4 ntseapi.h
+13,072 −0 ntstrsafe.h
+1 −1 ntsxs.h
+97 −0 ntuser.h
+65 −76 ntwmi.h
+1 −1 ntwow64.h
+26 −13 ntzwapi.h
+2 −0 phnt.h
+12 −1 phnt_ntdef.h
+10 −0 phnt_windows.h
+40 −28 winsta.h
Loading

0 comments on commit d0e01c6

Please sign in to comment.