mpv/options
wm4 6b24cb2756 win32: remove check for SetPriorityClass()
This function is always available, which is reflected by the fact that
the configure check doesn't actually bother to check for its existence.
Instead, MinGW and Cygwin imply it. The check was probably "needed" when
the priority code was still in a separate source file.

Remove the check, and use _WIN32 for testing for the win32 API (in a
bunch of other places too).
2015-01-20 15:18:51 +01:00
..
m_config.c options: don't cut off long options in --list-options 2015-01-06 07:01:07 +01:00
m_config.h options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
m_option.c options: fix parsing for --ab-loop-* 2014-12-12 23:22:50 +01:00
m_option.h options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
m_property.c m_property: fix a typo 2014-11-21 10:09:38 +01:00
m_property.h command: export some option metadata 2014-11-13 18:01:27 +01:00
options.c win32: remove check for SetPriorityClass() 2015-01-20 15:18:51 +01:00
options.h x11: add --on-all-workspaces option and property 2015-01-16 23:38:47 +01:00
parse_commandline.c options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
parse_commandline.h msg: remove global state 2013-12-21 23:11:12 +01:00
parse_configfile.c Do not call strerror() 2014-11-26 21:21:56 +01:00
parse_configfile.h encode: don't apply default config options 2014-04-19 22:05:17 +02:00
path.c build: rename MPLAYER_CONFDIR define 2015-01-02 03:18:16 +01:00
path.h Move compat/ and bstr/ directory contents somewhere else 2014-08-29 12:31:52 +02:00