Merge pull request #2 from gongminmin/bug/FixRedefine

Fix the redefinition of ERROR_NEGATIVE_SEEK
This commit is contained in:
Kornel
2019-01-15 11:33:39 +00:00
committed by GitHub

View File

@@ -96,7 +96,6 @@ typedef LONG SCODE;
#define E_OUTOFMEMORY ((HRESULT)0x8007000EL)
#define E_INVALIDARG ((HRESULT)0x80070057L)
#define ERROR_NEGATIVE_SEEK -1
#define HRESULT_FROM_WIN32(e) ((HRESULT)(e))
#ifdef _MSC_VER