From 88765419537dd021eb0c9ca23ac6b5dfa0b18b59 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 11 Apr 2020 23:01:46 +0200 Subject: [PATCH] remove definition of WINVER is fixed by 00b42bb45be8a74fb5a68b94a4c1f9343c8e584f --- src/misc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/misc.c b/src/misc.c index c9fe3aca..615f2a40 100644 --- a/src/misc.c +++ b/src/misc.c @@ -22,9 +22,6 @@ You should have received a copy of the GNU General Public License along with Grafx2; if not, see */ -#if defined(WIN32) -#define _WIN32_WINNT 0x0500 -#endif #include #ifndef _MSC_VER #include