Github info

This commit is contained in:
Kornel Lesiński
2016-05-28 00:35:37 +01:00
committed by Kornel
parent 866a06f5a0
commit e3dc4878fe
4 changed files with 511 additions and 0 deletions

View File

@@ -91,6 +91,9 @@ 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
#define STDMETHODCALLTYPE __stdcall
#else