mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 19:44:02 +00:00
8 lines
158 B
C
8 lines
158 B
C
#include <oscalls.h>
|
|
#define _DECL_DLLMAIN
|
|
#include <process.h>
|
|
|
|
BOOL WINAPI DllMain(HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved)
|
|
{
|
|
return TRUE;
|
|
}
|