MyGetFileLength(int fd) { #ifdef WIN32 return filelength(fd); #elif defined UNIX_KERNEL return -1; // Вот сюда то и надо что-то поставить... #endif }