aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/except.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/except.cpp')
-rw-r--r--src/zencore/except.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zencore/except.cpp b/src/zencore/except.cpp
index f98743ea9..d5eabea9d 100644
--- a/src/zencore/except.cpp
+++ b/src/zencore/except.cpp
@@ -119,8 +119,10 @@ IsOOM(const std::system_error& SystemError)
case ERROR_NOT_ENOUGH_MEMORY:
case ERROR_OUTOFMEMORY:
case ERROR_PAGEFILE_QUOTA_EXCEEDED:
+ case ERROR_NO_SYSTEM_RESOURCES:
case ERROR_NONPAGED_SYSTEM_RESOURCES:
case ERROR_PAGED_SYSTEM_RESOURCES:
+ case ERROR_WORKING_SET_QUOTA:
case ERROR_PAGEFILE_QUOTA:
case ERROR_COMMITMENT_LIMIT:
return true;