mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
14 lines
191 B
C++
14 lines
191 B
C++
#include "kernel32.h"
|
|
|
|
#include "modules.h"
|
|
|
|
extern const wibo::ModuleStub lib_kernel32 = {
|
|
(const char *[]){
|
|
"kernel32",
|
|
"kernelbase",
|
|
nullptr,
|
|
},
|
|
kernel32ThunkByName,
|
|
nullptr,
|
|
};
|