mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:25:35 +00:00
Only define E_NOTFOUND if not already defined
This commit is contained in:
parent
ccf9545bc5
commit
f26ba0727e
|
@ -26,7 +26,9 @@
|
|||
#include <stdio.h>
|
||||
|
||||
// Some HRESULT values are not defined by the windows headers
|
||||
#ifndef E_NOTFOUND
|
||||
#define E_NOTFOUND 0x80070490
|
||||
#endif //E_NOTFOUND
|
||||
|
||||
#ifdef __cplusplus
|
||||
// In C++ mode, IsEqualGUID() takes its arguments by reference
|
||||
|
|
Loading…
Reference in a new issue