windows support: remove _UWIN define
commit3dbb18d91a0d4b17f0187e3b5faa3b6f3cd1b31e
authorwm4 <wm4@mplayer2.org>
Thu, 20 Oct 2011 06:13:14 +0000 (20 08:13 +0200)
committerUoti Urpala <uau@mplayer2.org>
Wed, 29 Feb 2012 22:22:29 +0000 (1 00:22 +0200)
tree2e8eb2b8c18e7060f2cd05c9f67066bccebaeda0
parent7332ae76b789fa0feda14a3f4ff880808e438d6a
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