mpv/DOCS/man
James Ross-Gowan 5c3f3fd3da win32: add tmpfile() replacement
The Windows version of tmpfile is actually pretty broken. It tries to
create the file in the root directory of the current drive, which means
on Vista and up, it normally fails due to insufficient permissions.
Replace it with a version that uses GetTempPath.

Also remove the Windows-specific note about automatic deletion of the
cache file. FILE_FLAG_DELETE_ON_CLOSE is available in NT, and it should
be pretty reliable.
2014-09-05 17:51:44 +02:00
..
af.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
ao.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
changes.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
encode.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
input.rst manpage: fix sub_add description 2014-09-05 02:42:25 +02:00
lua.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
mpv.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
options.rst win32: add tmpfile() replacement 2014-09-05 17:51:44 +02:00
osc.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
vf.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00
vo.rst man: fix a whole bunch of typos 2014-09-01 04:27:13 +02:00