diff options
-rw-r--r-- | libbutl/process.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbutl/process.cxx b/libbutl/process.cxx index 3383a73..6c736c1 100644 --- a/libbutl/process.cxx +++ b/libbutl/process.cxx @@ -2102,6 +2102,7 @@ namespace butl { case STATUS_ACCESS_VIOLATION: return "access violation"; case STATUS_DLL_INIT_FAILED: return "DLL initialization failed"; + case STATUS_DLL_NOT_FOUND: return "unable to find DLL"; case STATUS_INTEGER_DIVIDE_BY_ZERO: return "integer divided by zero"; // If a VC-compiled program exits with the STATUS_STACK_BUFFER_OVERRUN |