summaryrefslogtreecommitdiff
path: root/src/cairo-win32.h
diff options
context:
space:
mode:
authorJonathan Watt <jwatt@jwatt.org>2007-01-04 16:46:22 +0100
committerJonathan Watt <jwatt@jwatt.org>2007-01-04 16:46:22 +0100
commitd4a58b2437a21794562d874f3d390e0e59688bc0 (patch)
tree15e9a541cf61fa20e8798f2e4eed18f1c3332f17 /src/cairo-win32.h
parente6369f9478e84e32ca19d5f204dbe3eee828c429 (diff)
downloadcairo-d4a58b2437a21794562d874f3d390e0e59688bc0.tar.gz
Remove WINVER from public header file
Diffstat (limited to 'src/cairo-win32.h')
-rw-r--r--src/cairo-win32.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cairo-win32.h b/src/cairo-win32.h
index 17d02c547..8719d338b 100644
--- a/src/cairo-win32.h
+++ b/src/cairo-win32.h
@@ -40,16 +40,6 @@
#if CAIRO_HAS_WIN32_SURFACE
-#define WIN32_LEAN_AND_MEAN
-/* We require Windows 2000 features. Although we don't use them here, things
- * should still work if this header file ends up being the one to include
- * windows.h into a source file, so: */
-#if !defined(WINVER) || (WINVER < 0x0500)
-# define WINVER 0x0500
-#endif
-#if !defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x0500)
-# define _WIN32_WINNT 0x0500
-#endif
#include <windows.h>
CAIRO_BEGIN_DECLS