mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-23 04:45:40 +00:00
Merge pull request #87 from nyorain/master
Only define E_NOTFOUND if not already defined
This commit is contained in:
commit
e8735fa443
|
@ -26,7 +26,9 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
// Some HRESULT values are not defined by the windows headers
|
// Some HRESULT values are not defined by the windows headers
|
||||||
|
#ifndef E_NOTFOUND
|
||||||
#define E_NOTFOUND 0x80070490
|
#define E_NOTFOUND 0x80070490
|
||||||
|
#endif //E_NOTFOUND
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
// In C++ mode, IsEqualGUID() takes its arguments by reference
|
// In C++ mode, IsEqualGUID() takes its arguments by reference
|
||||||
|
|
Loading…
Reference in a new issue