mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
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
Block a user