Skip to content

Commit

Permalink
parse_commandline: fix incorrect win32 check
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jun 5, 2024
1 parent 7258ca3 commit 0fd3fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/parse_commandline.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0fd3fe8

Please sign in to comment.