blob: 926c17f0319d9d5090c01a23f5af9d49d6a2a373 [file] [log] [blame]
#include <stdint.h>
#include <windows.h>
int main() {
return (int)(uintptr_t)GetProcAddress(GetModuleHandle("kernel32.dll"), "LoadLibraryA");
}