(retro_file.c) Get rid of dependency on posix_string.h

This commit is contained in:
twinaphex 2015-09-30 03:57:39 +02:00
parent 9d9e90e672
commit 0ef40d7819

View File

@ -26,7 +26,6 @@
#include <errno.h>
#if defined(_WIN32)
# include <compat/posix_string.h>
# ifdef _MSC_VER
# define setmode _setmode
# endif