#include <xsens/xsthread.h>
#include "iointerface.h"
#include <errno.h>
#include <winbase.h>
#include <io.h>
Go to the source code of this file.
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
#define | FSEEK(x) _fseeki64(m_handle, x, SEEK_SET) |
#define | FSEEK_R(x) _fseeki64(m_handle, x, SEEK_END) |
#define | FTELL() _ftelli64(m_handle) |
#define _CRT_SECURE_NO_DEPRECATE |
Definition at line 25 of file iointerface.cpp.
Definition at line 34 of file iointerface.cpp.
Definition at line 35 of file iointerface.cpp.
#define FTELL | ( | ) | _ftelli64(m_handle) |
Definition at line 36 of file iointerface.cpp.
Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |