From f61b8b312d251f9c8dd33d03d1566fd73019bf08 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Jan 2015 21:33:14 +0100 Subject: win32: request UTF-16 API variants, Vista+ APIs, and COM C macros Put the Vista+ (_WIN32_WINNT) and the COM C (COBJMACROS) defines into the build system, instead of defining them over and over in the code. --- osdep/subprocess-win.c | 1 - 1 file changed, 1 deletion(-) (limited to 'osdep/subprocess-win.c') diff --git a/osdep/subprocess-win.c b/osdep/subprocess-win.c index 9edfca0f45..fc5db081f8 100644 --- a/osdep/subprocess-win.c +++ b/osdep/subprocess-win.c @@ -15,7 +15,6 @@ * with mpv. If not, see . */ -#define _WIN32_WINNT 0x0600 #include #include -- cgit v1.2.3