Fixed compilation errors.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5714 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1c29a4b054
commit
153f2c3012
@ -21,7 +21,7 @@
|
||||
#ifdef _KERNEL_MODE
|
||||
#define spawn_thread spawn_kernel_thread
|
||||
#define printf dprintf
|
||||
#elif DEBUG
|
||||
#else
|
||||
#include <cstdio>
|
||||
#endif
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifdef _KERNEL_MODE
|
||||
#define spawn_thread spawn_kernel_thread
|
||||
#define printf dprintf
|
||||
#elif DEBUG
|
||||
#else DEBUG
|
||||
#include <cstdio>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user