Merge pull request #87 from nyorain/master

Only define E_NOTFOUND if not already defined
This commit is contained in:
Andrew Kelley 2016-07-03 21:29:14 -04:00 committed by GitHub
commit e8735fa443

View file

@ -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