From 26d6eb4a8ab4052d7f873ca0cc2c6b68f3d41a44 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Thu, 16 Jan 2014 11:25:52 +0100 Subject: io/win32: move mp_attach_console to terminal-win.c Why didn't I put it there from the start? --- osdep/io.h | 1 - 1 file changed, 1 deletion(-) (limited to 'osdep/io.h') diff --git a/osdep/io.h b/osdep/io.h index 7c20d262b0..9f715d904e 100644 --- a/osdep/io.h +++ b/osdep/io.h @@ -77,7 +77,6 @@ struct dirent *mp_readdir(DIR *dir); int mp_closedir(DIR *dir); int mp_mkdir(const char *path, int mode); char *mp_getenv(const char *name); -void mp_attach_console(void); // NOTE: stat is not overridden with mp_stat, because MinGW-w64 defines it as // macro. -- cgit v1.2.3