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