From ed228058825dbe97d9615c97e7efeeb5f6bbddb4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 31 Oct 2008 19:06:30 +0000 Subject: [PATCH] add 193 --- dtool/src/dtoolutil/load_dso.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/dtool/src/dtoolutil/load_dso.cxx b/dtool/src/dtoolutil/load_dso.cxx index e4e886079e..b3b1a52c18 100644 --- a/dtool/src/dtoolutil/load_dso.cxx +++ b/dtool/src/dtoolutil/load_dso.cxx @@ -102,6 +102,7 @@ load_dso_error() { case 18: return "No more files"; case 126: return "Module not found"; case 127: return "The specified procedure could not be found"; + case 193: return "Not a valid Win32 application"; case 998: return "Invalid access to memory location"; }