summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-18 23:37:00 +0200
committerwm4 <wm4@nowhere>2014-10-19 05:51:24 +0200
commit2458f0628e1d39bd6734bc0d9d842a286372089c (patch)
tree8428281836c6a00c3969b250b0b9b8519ff037bb
parentfa904150bfb7467b66e7fc0a7c709e61cb3dd9fc (diff)
downloadmpv-2458f0628e1d39bd6734bc0d9d842a286372089c.tar.bz2
mpv-2458f0628e1d39bd6734bc0d9d842a286372089c.tar.xz
win32: remove outdated comment
-rw-r--r--osdep/io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/io.h b/osdep/io.h
index b56953aedf..7270c28c55 100644
--- a/osdep/io.h
+++ b/osdep/io.h
@@ -112,9 +112,6 @@ int mp_glob(const char *restrict pattern, int flags,
int (*errfunc)(const char*, int), mp_glob_t *restrict pglob);
void mp_globfree(mp_glob_t *pglob);
-// NOTE: stat is not overridden with mp_stat, because MinGW-w64 defines it as
-// macro.
-
#define printf(...) mp_printf(__VA_ARGS__)
#define fprintf(...) mp_fprintf(__VA_ARGS__)
#define open(...) mp_open(__VA_ARGS__)