Fix compile errors with ADC on Windows

This commit is contained in:
Andreas Persson 2015-06-19 14:09:11 +02:00
Родитель dd3375a012
Коммит f9b79fc66a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,7 @@
#include <sys/types.h>
#ifdef WIN32
#include <unistd.h>
#define fseeko fseeko64
#define ftello ftello64
#define off_t off64_t