mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +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"
|
||||
|
||||
namespace mscoree {
|
||||
|
||||
@@ -16,7 +18,7 @@ static void *resolveByName(const char *name) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
wibo::Module lib_mscoree = {
|
||||
wibo::ModuleStub lib_mscoree = {
|
||||
(const char *[]){
|
||||
"mscoree",
|
||||
nullptr,
|
||||
|
||||
Reference in New Issue
Block a user