mirror of
https://github.com/ElliotKillick/windows-vs-linux-loader-architecture
synced 2026-06-08 10:57:32 +00:00
5 lines
67 B
C
5 lines
67 B
C
#include <windows.h>
|
|
|
|
int main() {
|
|
LoadLibrary(L"dll-test.dll");
|
|
} |