Reorg headers, module_registry -> modules, remove ActCtx msvcr80.dll hack

This commit is contained in:
2025-10-05 17:46:16 -06:00
parent b87fb5e472
commit 0d76e541c1
53 changed files with 420 additions and 423 deletions

View File

@@ -1,4 +1,6 @@
#include "common.h"
#include "context.h"
#include "modules.h"
#include <cstdarg>
#include <cstdlib>
@@ -283,7 +285,7 @@ void *resolveByName(const char *name) {
} // namespace
wibo::Module lib_rpcrt4 = {
wibo::ModuleStub lib_rpcrt4 = {
(const char *[]){"rpcrt4", nullptr},
resolveByName,
nullptr,