ReactOS 0.4.16-dev-963-g182f353
empty_dll.c
Go to the documentation of this file.
1#include <windows.h>
2
6 _In_ HINSTANCE hinstDLL,
9{
10 return TRUE;
11}
static DWORD const fdwReason
#define TRUE
Definition: types.h:120
BOOL WINAPI DllMain(_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved)
Definition: empty_dll.c:5
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
static IN DWORD IN LPVOID lpvReserved
#define _In_
Definition: no_sal2.h:158
#define WINAPI
Definition: msvc.h:6