mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:25:35 +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>
|
||||
|
||||
// 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