From d4a58b2437a21794562d874f3d390e0e59688bc0 Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Thu, 4 Jan 2007 16:46:22 +0100 Subject: Remove WINVER from public header file --- src/cairo-win32.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/cairo-win32.h') 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 CAIRO_BEGIN_DECLS -- cgit v1.2.1