From 2458f0628e1d39bd6734bc0d9d842a286372089c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 18 Oct 2014 23:37:00 +0200 Subject: win32: remove outdated comment --- osdep/io.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'osdep/io.h') 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__) -- cgit v1.2.3