mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 17:05:29 +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 <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,
|
||||
|
||||
Reference in New Issue
Block a user