ReactOS 0.4.15-dev-7958-gcd0bb1a
main.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * FILE: dll/win32/framedyn/main.c
5 * PURPOSE: framedyn entry point
6 * PROGRAMMERS: Pierre Schweitzer (pierre@reactos.org)
7 *
8 */
9
10/* INCLUDES ******************************************************************/
11
12#include <stdarg.h>
13#include <windef.h>
14#include <winbase.h>
15
17{
18
19 switch (fdwReason)
20 {
23 break;
25 break;
26 }
27
28 return TRUE;
29}
#define TRUE
Definition: types.h:120
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
Definition: main.c:26
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
#define DLL_PROCESS_DETACH
Definition: compat.h:130
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
static IN DWORD IN LPVOID lpvReserved
#define WINAPI
Definition: msvc.h:6