mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-31 23:05:37 +00:00
Move the E_NOTFOUND define out of wasapi.h
This commit is contained in:
parent
4b95b79f27
commit
17dc688ddc
|
@ -25,6 +25,9 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
// Some HRESULT values are not defined by the windows headers
|
||||||
|
#define E_NOTFOUND 0x80070490
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
// In C++ mode, IsEqualGUID() takes its arguments by reference
|
// In C++ mode, IsEqualGUID() takes its arguments by reference
|
||||||
#define IS_EQUAL_GUID(a, b) IsEqualGUID(*(a), *(b))
|
#define IS_EQUAL_GUID(a, b) IsEqualGUID(*(a), *(b))
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
#include <audiosessiontypes.h>
|
#include <audiosessiontypes.h>
|
||||||
#include <audiopolicy.h>
|
#include <audiopolicy.h>
|
||||||
|
|
||||||
#define E_NOTFOUND 0x80070490
|
|
||||||
|
|
||||||
struct SoundIoPrivate;
|
struct SoundIoPrivate;
|
||||||
int soundio_wasapi_init(struct SoundIoPrivate *si);
|
int soundio_wasapi_init(struct SoundIoPrivate *si);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue