ReactOS 0.4.15-dev-7958-gcd0bb1a
main.c File Reference
#include "uxthemep.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

BOOL WINAPI DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
 

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hInstDLL,
DWORD  fdwReason,
LPVOID  lpv 
)

Definition at line 26 of file main.c.

27{
28 TRACE("%p 0x%x %p: stub\n", hInstDLL, fdwReason, lpv);
29 switch(fdwReason) {
32 UXTHEME_InitSystem(hInstDLL);
33 break;
35 break;
36 }
37 return TRUE;
38}
#define TRUE
Definition: types.h:120
#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
void UXTHEME_InitSystem(HINSTANCE hInst)
Definition: system.c:566
#define TRACE(s)
Definition: solgame.cpp:4