mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
add 193
This commit is contained in:
parent
9551e50de8
commit
ed22805882
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user