diff options
Diffstat (limited to 'dispatch/d2dimports.hpp')
-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); |