mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
meson: don't define __USE_MINGW_ANSI_STDIO
It is defined automatically when needed, which is almost never we don't
support Windows XP.
See: bfd33f6c0e
This commit is contained in:
@@ -308,7 +308,7 @@ mswin_flags = ['-D_WIN32_WINNT=0x0602', '-DUNICODE', '-DCOBJMACROS',
|
||||
'-DINITGUID', '-U__STRICT_ANSI__']
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
flags += [mswin_flags, '-D__USE_MINGW_ANSI_STDIO=1']
|
||||
flags += [mswin_flags]
|
||||
endif
|
||||
|
||||
if host_machine.system() == 'cygwin'
|
||||
|
||||
Reference in New Issue
Block a user