From f4a9c9424f968eb642a2c953ed4588913bdfae1d 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. Conflicts: video/out/w32_common.c waftools/checks/custom.py --- audio/out/ao_wasapi_changenotify.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'audio/out/ao_wasapi_changenotify.c') diff --git a/audio/out/ao_wasapi_changenotify.c b/audio/out/ao_wasapi_changenotify.c index cd869c7ab5..ea7e2c6aa7 100755 --- a/audio/out/ao_wasapi_changenotify.c +++ b/audio/out/ao_wasapi_changenotify.c @@ -17,9 +17,6 @@ * with mpv. If not, see . */ -#define COBJMACROS 1 -#define _WIN32_WINNT 0x600 - #include #include #include -- cgit v1.2.3