mirror of https://github.com/mpv-player/mpv
parse_commandline: fix incorrect win32 check
This commit is contained in:
parent
7258ca3247
commit
0fd3fe857c
|
@ -96,7 +96,7 @@ static bool split_opt(struct parse_state *p)
|
|||
return true;
|
||||
}
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#ifdef _WIN32
|
||||
static void process_non_option(struct playlist *files, const char *arg)
|
||||
{
|
||||
glob_t gg;
|
||||
|
|
Loading…
Reference in New Issue