mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
11 lines
222 B
C
Vendored
11 lines
222 B
C
Vendored
#include <oscalls.h>
|
|
#define _DECL_DLLMAIN
|
|
#include <process.h>
|
|
|
|
BOOL WINAPI DllMain (HANDLE __UNUSED_PARAM(hDllHandle),
|
|
DWORD __UNUSED_PARAM(dwReason),
|
|
LPVOID __UNUSED_PARAM(lpreserved))
|
|
{
|
|
return TRUE;
|
|
}
|