From 48b3a1cacd9d486c0e279ea8fadfb2fd4e3207a0 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 23 Aug 2005 14:52:38 +0000 Subject: [PATCH] Check for AlphaBlend() with GetProcAddress() to support older compilation environments like MSVC 6. (Also fixes this portion of the code to run on Win98 and Win95, but much of the rest of cairo-win32-* won't work in that environment) (#3926, Hans Breuer, Christian Biesinger, based on code originally from Mozilla) Remove WINVER define, since it was there only for AlphaBlend(). --- src/cairo-win32-private.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cairo-win32-private.h b/src/cairo-win32-private.h index 71e677ad1..a229147c7 100644 --- a/src/cairo-win32-private.h +++ b/src/cairo-win32-private.h @@ -36,12 +36,6 @@ #ifndef CAIRO_WIN32_PRIVATE_H #define CAIRO_WIN32_PRIVATE_H -/* We depend on various features introduced with Win2k and Win98, - * like AlphaBlend. If it turns out to be a problem, we could - * use GetProcAddress() to look them up. - */ -#define WINVER 0x0500 - #include #include