Merge commit '18dc2b41613055f0daf7f6a1d4311368798ea12a'

* commit '18dc2b41613055f0daf7f6a1d4311368798ea12a':
  18.05
This commit is contained in:
Kornel
2018-05-02 22:32:18 +01:00
121 changed files with 3523 additions and 1866 deletions

View File

@@ -16,6 +16,7 @@
#include <stddef.h> // for wchar_t
#include <string.h>
// #include <stdint.h> // for uintptr_t
#include "MyGuidDef.h"
@@ -53,6 +54,8 @@ typedef long BOOL;
// typedef size_t ULONG_PTR;
typedef size_t DWORD_PTR;
// typedef uintptr_t UINT_PTR;
// typedef ptrdiff_t UINT_PTR;
typedef Int64 LONGLONG;
typedef UInt64 ULONGLONG;
@@ -81,6 +84,8 @@ typedef struct _FILETIME
typedef ULONG PROPID;
typedef LONG SCODE;
#define ERROR_NEGATIVE_SEEK 131L
#define S_OK ((HRESULT)0x00000000L)
#define S_FALSE ((HRESULT)0x00000001L)
#define E_NOTIMPL ((HRESULT)0x80004001L)