fixed warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8144 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,9 @@
|
|||||||
#define _MULTI_AUDIO_H
|
#define _MULTI_AUDIO_H
|
||||||
|
|
||||||
#include <Drivers.h>
|
#include <Drivers.h>
|
||||||
|
#ifndef ASSERT
|
||||||
#include <Debug.h>
|
#include <Debug.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define B_MULTI_DRIVER_BASE (B_AUDIO_DRIVER_BASE+20)
|
#define B_MULTI_DRIVER_BASE (B_AUDIO_DRIVER_BASE+20)
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,8 @@
|
|||||||
#define _MULTI_AUDIO_H
|
#define _MULTI_AUDIO_H
|
||||||
|
|
||||||
#include <Drivers.h>
|
#include <Drivers.h>
|
||||||
|
#ifndef ASSERT
|
||||||
#if !defined(ASSERT)
|
#include <Debug.h>
|
||||||
#include <Debug.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define B_MULTI_DRIVER_BASE (B_AUDIO_DRIVER_BASE+20)
|
#define B_MULTI_DRIVER_BASE (B_AUDIO_DRIVER_BASE+20)
|
||||||
|
|||||||
Reference in New Issue
Block a user