From b5caafe52d4f64f4f076339cf8d8895ad5ce5c80 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 13 Jun 2010 21:49:34 +0200 Subject: gamma-w32gdi.c: Conditionally define WINVER. --- src/gamma-w32gdi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gamma-w32gdi.c') diff --git a/src/gamma-w32gdi.c b/src/gamma-w32gdi.c index 7d8207f..aa2474d 100644 --- a/src/gamma-w32gdi.c +++ b/src/gamma-w32gdi.c @@ -20,7 +20,9 @@ #include #include -#define WINVER 0x0500 +#ifndef WINVER +# define WINVER 0x0500 +#endif #include #include -- cgit v1.2.3-70-g09d2