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,6 +1,8 @@
#include "common.h"
#include "context.h"
#include "errors.h"
#include "strutil.h"
#include "modules.h"
#include "resources.h"
namespace user32 {
constexpr uint32_t RT_STRING_ID = 6;
@@ -186,7 +188,7 @@ static void *resolveByName(const char *name) {
return nullptr;
}
wibo::Module lib_user32 = {
wibo::ModuleStub lib_user32 = {
(const char *[]){
"user32",
nullptr,