diff options
Diffstat (limited to 'xfa/src/fgas/include/fx_stm.h')
-rw-r--r-- | xfa/src/fgas/include/fx_stm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xfa/src/fgas/include/fx_stm.h b/xfa/src/fgas/include/fx_stm.h index e647924d2d..89422b0a8c 100644 --- a/xfa/src/fgas/include/fx_stm.h +++ b/xfa/src/fgas/include/fx_stm.h @@ -9,15 +9,9 @@ class IFX_Stream;
IFX_FileRead* FX_CreateFileRead(IFX_Stream* pBaseStream,
FX_BOOL bReleaseStream = FALSE);
-#ifdef FX_FILESIZE
IFX_FileRead* FX_CreateFileRead(IFX_BufferRead* pBufferRead,
FX_FILESIZE iFileSize = -1,
FX_BOOL bReleaseStream = TRUE);
-#else
-IFX_FileRead* FX_CreateFileRead(IFX_BufferRead* pBufferRead,
- int32_t iFileSize = -1,
- FX_BOOL bReleaseStream = TRUE);
-#endif
IFX_FileWrite* FX_CreateFileWrite(IFX_Stream* pBaseStream,
FX_BOOL bReleaseStream = FALSE);
enum FX_STREAMACCESS {
|