Remove now-redundant .dll names from module stubs

This commit is contained in:
2025-09-29 23:35:16 -06:00
parent 62d8daccac
commit 705607fcfb
14 changed files with 1 additions and 26 deletions

View File

@@ -3049,13 +3049,9 @@ static void *resolveByName(const char *name) {
wibo::Module lib_msvcrt = {
(const char *[]){
"msvcrt",
"msvcrt.dll",
"msvcrt40",
"msvcrt40.dll",
"msvcr70",
"msvcr70.dll",
"msvcr100",
"msvcr100.dll",
nullptr,
},
resolveByName,