summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-08-23 14:52:38 +0000
committerOwen Taylor <otaylor@redhat.com>2005-08-23 14:52:38 +0000
commit48b3a1cacd9d486c0e279ea8fadfb2fd4e3207a0 (patch)
tree597119f666d3ba574f149772355e9f02a46e23dd
parentc4c1c4db96549e4ffcbd0ee081661d54522860c9 (diff)
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().
-rw-r--r--src/cairo-win32-private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cairo-win32-private.h b/src/cairo-win32-private.h
index 71e677ad..a229147c 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 <cairo-win32.h>
#include <cairoint.h>