Enable winapi windef feature

This commit is contained in:
2026-05-25 21:07:34 -04:00
parent 7b1bc32c3f
commit 65b2a756c5
+1 -1
View File
@@ -16,4 +16,4 @@ sha2 = "0.10.8"
uuid = { version = "1", features = ["v7"] } uuid = { version = "1", features = ["v7"] }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "processthreadsapi"] } winapi = { version = "0.3", features = ["winuser", "processthreadsapi", "windef"] }