mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 14:52:43 +00:00
Windows: ao_pcm: add io.h include for MinGW64
On MinGW64 io.h is needed for _get_osfhandle(). patch by Stephen Sheldon, sfsheldo gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33341 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
38fa9f6d36
commit
6283d4d6bb
@ -37,6 +37,7 @@
|
||||
#ifdef __MINGW32__
|
||||
// for GetFileType to detect pipes
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
struct priv {
|
||||
|
Loading…
Reference in New Issue
Block a user