diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-07-08 15:44:13 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-07-08 15:44:13 +0100 |
commit | a904a3e2b45face738ec4bba919d9bf613e9e779 (patch) | |
tree | fcb4e676b8f320532ac1cac6ae61197b7f7f4763 /dispatch | |
parent | 47f48a42502b1c694db2b162011a67a2ff888c5d (diff) |
specs: Dump D2D and DXVA2 error codes.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/d2dimports.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dispatch/d2dimports.hpp b/dispatch/d2dimports.hpp index ef86dbd6..42d414c1 100644 --- a/dispatch/d2dimports.hpp +++ b/dispatch/d2dimports.hpp @@ -37,6 +37,10 @@ #include <d2d1.h> #include <dwrite.h> +#ifndef WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT +#define WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT 0x88982f80 +#endif + DEFINE_GUID(IID_ID2D1Resource,0x2cd90691,0x12e2,0x11dc,0x9f,0xed,0x00,0x11,0x43,0xa0,0x55,0xf9); DEFINE_GUID(IID_ID2D1Bitmap,0xa2296057,0xea42,0x4099,0x98,0x3b,0x53,0x9f,0xb6,0x50,0x54,0x26); DEFINE_GUID(IID_ID2D1GradientStopCollection,0x2cd906a7,0x12e2,0x11dc,0x9f,0xed,0x00,0x11,0x43,0xa0,0x55,0xf9); |