]> git.sesse.net Git - vlc/commit
Win32: reimplement tmpfile()
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 16 Feb 2015 18:17:10 +0000 (19:17 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 16 Feb 2015 19:26:27 +0000 (20:26 +0100)
commit3f08049ef7f3a963774590c0570d4b41cd777c65
treed7f042ffad78035f308bed1378b45fe7044eb796
parent987df6dc0d363f3dafee3ec430002d8d904919ee
Win32: reimplement tmpfile()

Because tmpfile() cannot be used if not admin on the machine on
Windows...

Close #13642
include/vlc_fixups.h
src/text/strings.c
src/win32/filesystem.c