sys_fs_ftruncate implemented, bugfixes

Eliminated using stat() for _WIN32 because it doesn't support unicode
correctly, use rExists() or get_file_info() instead
This commit is contained in:
Nekotekina 2015-04-19 20:14:16 +03:00
parent 93ebce4162
commit 3c872ab611
9 changed files with 68 additions and 54 deletions

View file

@ -40,7 +40,6 @@
#include <map>
#include <unordered_map>
#include <sys/stat.h>
#include "Utilities/GNU.h"
typedef unsigned int uint;