ReactOS
0.4.16-dev-1520-gb558596
debug.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS HTTP Daemon
4
* FILE: include/debug.h
5
*/
6
#ifndef __DEBUG_H
7
#define __DEBUG_H
8
9
#include <stdio.h>
10
11
#if DBG
12
#define DPRINT(x, ...) printf(x)
13
#else
14
#define DPRINT(x, ...)
15
#endif
16
17
#endif
/* __DEBUG_H */
modules
rosapps
applications
net
roshttpd
include
debug.h
Generated on Mon Jul 14 2025 06:17:41 for ReactOS by
1.9.6