mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +00:00
13 lines
187 B
C++
13 lines
187 B
C++
#include "modules.h"
|
|
|
|
#include "advapi32_trampolines.h"
|
|
|
|
extern const wibo::ModuleStub lib_advapi32 = {
|
|
(const char *[]){
|
|
"advapi32",
|
|
nullptr,
|
|
},
|
|
advapi32ThunkByName,
|
|
nullptr,
|
|
};
|