25 #ifndef ICL_CORE_OS_FS_H_INCLUDED 26 #define ICL_CORE_OS_FS_H_INCLUDED 31 #ifdef _IC_BUILDER_DEPRECATED_STYLE_ 35 #if defined _SYSTEM_POSIX_ 37 #elif defined _SYSTEM_WIN32_ 40 # error "No os_fs implementation defined for this platform." 47 inline int rename(
const char *old_filename,
const char *new_filename)
52 inline int unlink(
const char *filename)
57 #ifdef _IC_BUILDER_ZLIB_ 65 #ifdef _IC_BUILDER_DEPRECATED_STYLE_ #define ICL_CORE_VC_DEPRECATE_STYLE
Contains macros to deprecate classes, types, functions and variables.
#define ICL_CORE_IMPORT_EXPORT
Win32 implementation of the global filesystem functions.
int unlink(const char *filename)
Definition of the implementation namespace for global functions.
int rename(const char *old_filename, const char *new_filename)
Posix implementation of the global filesystem functions.
Contains import/export definitions for the Win32 plattform.
#define ICL_CORE_GCC_DEPRECATE_STYLE