build: cygwin: don't rely on _WIN32 being defined
commitc46bd9a252d8363c0c88e84f29d2095795481c35
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 19 Dec 2010 22:02:52 +0000 (19 22:02 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 29 Jan 2011 02:04:53 +0000 (29 04:04 +0200)
tree253c36ffc245ca3ce5a6c486e99d3b5dc2df434f
parentb11e69b22a23116f795e5dbb8b5d63bbef1047c5
build: cygwin: don't rely on _WIN32 being defined

configure: Compilation fixes for current Cygwin

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32724 b3059339-0415-0410-9bf9-f77b7e298cf2

Do not #define _WIN32 on the command line for Cygwin.

Newer Cygwin versions no longer do this and hopefully we should be able
to survive without this hack as well.  This change necessitates adapting
two #ifdefs in the MPlayer codebase.  It is committed untested as I do
not have access to a Cygwin system.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32763 b3059339-0415-0410-9bf9-f77b7e298cf2
configure
osdep/priority.c