[win32] Add SHADEBLENDCAPS and SB_NONE definitions for older SDKs

(cherry picked from 7a68b7d035b1c63076d6fa6c54d40944459d206d commit)
This commit is contained in:
Vladimir Vukicevic 2006-03-10 11:56:27 -08:00 committed by Carl Worth
parent 92a015ff8e
commit 244c111fca

View file

@ -39,6 +39,14 @@
#include "cairoint.h"
#include "cairo-win32-private.h"
/* for older SDKs */
#ifndef SHADEBLENDCAPS
#define SHADEBLENDCAPS 120
#endif
#ifndef SB_NONE
#define SB_NONE 0x00000000
#endif
static const cairo_surface_backend_t cairo_win32_surface_backend;
/**