ReactOS 0.4.16-dev-927-g467dec4
empty_dll.c File Reference
#include <windows.h>
Include dependency graph for empty_dll.c:

Go to the source code of this file.

Functions

BOOL WINAPI DllMain (_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved)
 

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( _In_ HINSTANCE  hinstDLL,
_In_ DWORD  fdwReason,
_In_ LPVOID  lpvReserved 
)

Definition at line 5 of file empty_dll.c.

9{
10 return TRUE;
11}
#define TRUE
Definition: types.h:120