Add missing winapi features (#3351)

This commit is contained in:
Joe Ranweiler
2023-07-30 16:56:27 -07:00
committed by GitHub
parent 09fabb7793
commit 733247ce5b

View File

@ -22,6 +22,7 @@ features = [
"dbghelp", "dbghelp",
"debugapi", "debugapi",
"handleapi", "handleapi",
"impl-default",
"memoryapi", "memoryapi",
"namedpipeapi", "namedpipeapi",
"processthreadsapi", "processthreadsapi",