mirror of https://github.com/mpv-player/mpv
cache_file: use unicode on windows
This enables the MinGW Windows crap wrapper for fopen().
This commit is contained in:
parent
4f5f034ba2
commit
703de5d84e
|
@ -17,6 +17,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "osdep/io.h"
|
||||
|
||||
#include "common/common.h"
|
||||
#include "common/msg.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue