diff options
Diffstat (limited to 'core/fxcrt/cfx_fileaccess_windows.h')
-rw-r--r-- | core/fxcrt/cfx_fileaccess_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_fileaccess_windows.h b/core/fxcrt/cfx_fileaccess_windows.h index f05ab39d6e..6fd07d553c 100644 --- a/core/fxcrt/cfx_fileaccess_windows.h +++ b/core/fxcrt/cfx_fileaccess_windows.h @@ -9,7 +9,7 @@ #include "core/fxcrt/ifx_fileaccess.h" -#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ +#if _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_ class CFX_FileAccess_Windows : public IFX_FileAccess { public: CFX_FileAccess_Windows(); |