Github info

This commit is contained in:
Kornel Lesiński
2016-05-28 00:35:37 +01:00
committed by glachancecmaisonneuve
parent 5c10d25476
commit ff14e3badb

View File

@@ -96,6 +96,7 @@ 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