mirror of
https://github.com/decompals/wibo.git
synced 2025-12-14 15:46:11 +00:00
mwcc 4.*
This commit is contained in:
2
common.h
2
common.h
@@ -20,7 +20,7 @@ namespace wibo {
|
||||
void *resolveUser32(const char *name);
|
||||
void *resolveOle32(const char *name);
|
||||
void *resolveAdvApi32(const char *name);
|
||||
void *resolveLmgr11(uint16_t ordinal);
|
||||
void *resolveLmgr(uint16_t ordinal);
|
||||
void *resolveStubByName(const char *dllName, const char *funcName);
|
||||
void *resolveStubByOrdinal(const char *dllName, uint16_t ordinal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user