ReactOS 0.4.15-dev-7924-g5949c20
DllMain.c
Go to the documentation of this file.
1
2#include "k32_vista.h"
3
8 LPVOID lpReserved)
9{
10 /* For now, there isn't much to do */
13 return TRUE;
14}
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
Definition: loader.c:85
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
Definition: DllMain.c:26
#define WINAPI
Definition: msvc.h:6