ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | _DECL_DLLMAIN |
Functions | |
BOOL WINAPI | DllEntryPoint (HANDLE, DWORD, LPVOID) |
BOOL WINAPI | DllEntryPoint (HANDLE __UNUSED_PARAM(hDllHandle), DWORD __UNUSED_PARAM(dwReason), LPVOID __UNUSED_PARAM(lpreserved)) |
#define _DECL_DLLMAIN |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 8 of file dllentry.c.
BOOL WINAPI DllEntryPoint | ( | HANDLE | __UNUSED_PARAMhDllHandle, |
DWORD | __UNUSED_PARAMdwReason, | ||
LPVOID | __UNUSED_PARAMlpreserved | ||
) |
Definition at line 13 of file dllentry.c.