#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.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |