diff options
Diffstat (limited to 'core/fxcrt/cfx_fileaccess_posix.h')
-rw-r--r-- | core/fxcrt/cfx_fileaccess_posix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/fxcrt/cfx_fileaccess_posix.h b/core/fxcrt/cfx_fileaccess_posix.h index 0b739e72d8..efa25ebb4c 100644 --- a/core/fxcrt/cfx_fileaccess_posix.h +++ b/core/fxcrt/cfx_fileaccess_posix.h @@ -9,9 +9,9 @@ #include "core/fxcrt/ifx_fileaccess.h" -#if _FXM_PLATFORM_ == _FXM_PLATFORM_LINUX_ || \ - _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ || \ - _FXM_PLATFORM_ == _FXM_PLATFORM_ANDROID_ +#if _FX_PLATFORM_ == _FX_PLATFORM_LINUX_ || \ + _FX_PLATFORM_ == _FX_PLATFORM_APPLE_ || \ + _FX_PLATFORM_ == _FX_PLATFORM_ANDROID_ class CFX_FileAccess_Posix : public IFX_FileAccess { public: CFX_FileAccess_Posix(); |