diff options
Diffstat (limited to 'PC/errmap.h')
-rw-r--r-- | PC/errmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/errmap.h b/PC/errmap.h index 8dde31c..985f673 100644 --- a/PC/errmap.h +++ b/PC/errmap.h @@ -72,6 +72,7 @@ int winerror_to_errno(int winerror) case 202: return 8; case 206: return 2; case 215: return 11; + case 232: return 32; case 267: return 20; case 1816: return 12; default: return EINVAL; |