mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 10:26:03 +01:00
Add broken pipe error
This commit is contained in:
parent
175bb827f0
commit
2ddbbb3a43
1 changed files with 1 additions and 0 deletions
|
|
@ -1252,6 +1252,7 @@ CALIBRE_MODINIT_FUNC PyInit_winutil(void) {
|
|||
PyModule_AddIntConstant(m, "ERROR_SHARING_VIOLATION", ERROR_SHARING_VIOLATION);
|
||||
PyModule_AddIntConstant(m, "ERROR_LOCK_VIOLATION", ERROR_LOCK_VIOLATION);
|
||||
PyModule_AddIntConstant(m, "ERROR_ALREADY_EXISTS", ERROR_ALREADY_EXISTS);
|
||||
PyModule_AddIntConstant(m, "ERROR_BROKEN_PIPE", ERROR_BROKEN_PIPE);
|
||||
|
||||
return m;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue