|
ReactOS 0.4.16-dev-2646-g1219156
|

Go to the source code of this file.
Macros | |
| #define | __RELFILE__ __FILE__ |
| #define | TRACE(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) |
| #define | INFO(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) |
| #define | WARN(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) |
| #define | ERR(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) |