David Rose 17 年之前
父節點
當前提交
ed22805882
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dtool/src/dtoolutil/load_dso.cxx

+ 1 - 0
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";
   }