mirror of
https://github.com/decompals/wibo.git
synced 2025-12-11 22:43:58 +00:00
Reorg headers, module_registry -> modules, remove ActCtx msvcr80.dll hack
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "common.h"
|
||||
#include "context.h"
|
||||
#include "modules.h"
|
||||
|
||||
#include <csignal>
|
||||
#include <cstdarg>
|
||||
@@ -436,7 +438,7 @@ static void *resolveByName(const char *name) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
wibo::Module lib_crt = {
|
||||
wibo::ModuleStub lib_crt = {
|
||||
(const char *[]){
|
||||
"api-ms-win-crt-heap-l1-1-0",
|
||||
"api-ms-win-crt-locale-l1-1-0",
|
||||
|
||||
Reference in New Issue
Block a user