mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 13:23:27 +03:00
23 lines
303 B
C
23 lines
303 B
C
|
#ifndef RSDEBUG_H_INCLUDED
|
||
|
#define RSDEBUG_H_INCLUDED
|
||
|
|
||
|
// KolibriOS Placeholders
|
||
|
|
||
|
#define DEBUG10(a)
|
||
|
#define DEBUG10f(...)
|
||
|
|
||
|
#define DEBUG20(a)
|
||
|
#define DEBUG20f(...)
|
||
|
|
||
|
#define DEBUG30(a)
|
||
|
#define DEBUG30f(...)
|
||
|
|
||
|
|
||
|
#define DEBUGR(a)
|
||
|
#define DEBUGRf(...)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // RSDEBUG_H_INCLUDED
|