Enable winapi windef feature
This commit is contained in:
+1
-1
@@ -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"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user