#include "iointerfacefile.h"#include <errno.h>#include <winbase.h>#include <sys/stat.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 | XDA1LOG_OBSOLETE(...) (void)0 |
| #define _CRT_SECURE_NO_DEPRECATE |
Definition at line 27 of file iointerfacefile.cpp.
Definition at line 36 of file iointerfacefile.cpp.
Definition at line 37 of file iointerfacefile.cpp.
| #define FTELL | ( | ) | _ftelli64(m_handle) |
Definition at line 38 of file iointerfacefile.cpp.
| #define XDA1LOG_OBSOLETE | ( | ... | ) | (void)0 |
Definition at line 50 of file iointerfacefile.cpp.
| Page generated by Doxygen 1.9.1 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at mar 26 may 2026 13:12:03 CEST |