--- src/cairo-win32-surface.c.bak 2006-12-14 23:10:22.000000000 -0600 +++ src/cairo-win32-surface.c 2006-12-26 11:29:55.847375000 -0600 @@ -1469,6 +1469,16 @@ #define STACK_GLYPH_SIZE 256 + +/** + * Temporary hack until MinGW has ETO_PDY defined + */ +#ifndef ETO_PDY +#define ETO_PDY 0x20000 +#endif + + + static cairo_int_status_t _cairo_win32_surface_show_glyphs (void *surface, cairo_operator_t op,