From 3dbb18d91a0d4b17f0187e3b5faa3b6f3cd1b31e Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 20 Oct 2011 08:13:14 +0200 Subject: windows support: remove _UWIN define The _UWIN define causes the mingw headers not to declare deprecated (on Windows) function names such as open and mkdir. But the code uses these. I have no idea why this used to work (if it even did), but the original reason why it was defined seems to have vanished. --- mplayer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 3fef3b1f12..cdcd1d645e 100644 --- a/mplayer.c +++ b/mplayer.c @@ -28,7 +28,6 @@ #include "talloc.h" #if defined(__MINGW32__) || defined(__CYGWIN__) -#define _UWIN 1 /*disable Non-underscored versions of non-ANSI functions as otherwise int eof would conflict with eof()*/ #include #endif #include -- cgit v1.2.3