#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.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 |