Files
mpv/osdep
wm4 98627d3a32 io: remove Windows tmpfile() emulation
Unused now. The old stream cache used it, but it was removed.

On a side note, the demuxer cache uses mp_mkostemps(). It looks like our
Windows open() emulation handles this correctly by using CREATE_NEW, so
no functionality gets lost by the "new" approach. On the other hand, the
demuxer cache does not set FILE_FLAG_DELETE_ON_CLOSE, but instead tries
to delete the file after opening (POSIX style), which probably won't
work on Windows. But I'm not sure how to make it use the DELETE_ON_CLOSE
flag, so whatever.
2019-09-19 20:37:05 +02:00
..
2018-02-13 20:16:01 -08:00
2019-09-19 20:37:05 +02:00
2019-09-19 20:37:05 +02:00
2015-05-02 18:59:58 +02:00
2018-01-01 21:44:01 +00:00
2016-09-28 21:38:52 +10:00
2017-06-29 10:36:16 +02:00
2017-12-09 21:11:46 +02:00
2017-12-09 21:11:46 +02:00
2018-08-20 17:16:22 +02:00
2017-04-15 16:20:00 +02:00
2018-08-20 17:16:22 +02:00
2017-12-02 23:29:40 +01:00
2017-08-05 02:38:44 +10:00
2017-08-05 02:38:44 +10:00