ReactOS 0.4.15-dev-7934-g1dc8d80
dllhost.c File Reference
#include <windows.h>
#include <debug.h>
Include dependency graph for dllhost.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

INT WINAPI wWinMain (HINSTANCE hInst, HINSTANCE hPrevInst, LPWSTR lpCmdLine, INT nCmdShow)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file dllhost.c.

Function Documentation

◆ wWinMain()

INT WINAPI wWinMain ( HINSTANCE  hInst,
HINSTANCE  hPrevInst,
LPWSTR  lpCmdLine,
INT  nCmdShow 
)

Definition at line 19 of file dllhost.c.

24{
25 DPRINT1("dllhost: %S\n", lpCmdLine);
26
27 return 0;
28}
#define DPRINT1
Definition: precomp.h:8