error mapping for windows!

This commit is contained in:
Pat Hickey
2021-01-22 15:44:32 -08:00
parent 423973a8ea
commit 19254bfd72
4 changed files with 76 additions and 29 deletions

View File

@@ -26,3 +26,6 @@ bitflags = "1.2"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[target.'cfg(windows)'.dependencies]
winapi = "0.3"