fixed build on gcc4
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19797 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <support/Debug.h>
|
||||
#undef TRACE
|
||||
#define TRACE(a...) _sPrintf("VMware: " ##a)
|
||||
#define TRACE(a...) _sPrintf("VMware: " a)
|
||||
|
||||
#include "DriverInterface.h"
|
||||
#include "generic.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#define DRIVER_H
|
||||
|
||||
|
||||
#define TRACE(a...) dprintf("VMware: " ##a)
|
||||
#define TRACE(a...) dprintf("VMware: " a)
|
||||
|
||||
#include "DriverInterface.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user