ReactOS 0.4.15-dev-6068-g8061a6f
dll.cpp File Reference
#include "private.hpp"
#include <debug.h>
Include dependency graph for dll.cpp:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

ULONG NTAPI DllInitialize (ULONG Unknown)
 
ULONG NTAPI DllUnload ()
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file dll.cpp.

Function Documentation

◆ DllInitialize()

ULONG NTAPI DllInitialize ( ULONG  Unknown)

Definition at line 21 of file dll.cpp.

22{
23 return 0;
24}

◆ DllUnload()

ULONG NTAPI DllUnload ( )

Definition at line 32 of file dll.cpp.

33{
34 return 0;
35}