Do not use special _fileno for windows

This commit is contained in:
Lassi Kortela 2019-08-19 01:19:03 +03:00
parent d12fd5cea7
commit 69f46bd4c2
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#include <malloc.h>
#include <io.h>
#include <fcntl.h>
#define fileno _fileno
#else
#include <unistd.h>
#include <sys/time.h>