mirror of
https://github.com/decompals/wibo.git
synced 2025-12-14 07:36:08 +00:00
Remove now-redundant .dll names from module stubs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user