mirror of
https://github.com/encounter/wibo.git
synced 2026-03-30 11:42:31 -07: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,
|
|
};
|