| Index: core/include/fxcrt/fx_stream.h
|
| diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h
|
| index 544eacdb5b18cfc87c65bbc65dad2e59d4a18880..300bfb194145a976b1a2ceb6ed1996b8bd9d24b7 100644
|
| --- a/core/include/fxcrt/fx_stream.h
|
| +++ b/core/include/fxcrt/fx_stream.h
|
| @@ -127,6 +127,7 @@ class IFX_FileStream : public IFX_FileRead, public IFX_FileWrite {
|
| IFX_FileStream* FX_CreateFileStream(const FX_CHAR* filename, FX_DWORD dwModes);
|
| IFX_FileStream* FX_CreateFileStream(const FX_WCHAR* filename, FX_DWORD dwModes);
|
|
|
| +#ifdef PDF_ENABLE_XFA
|
| class IFX_FileAccess {
|
| public:
|
| virtual ~IFX_FileAccess() {}
|
| @@ -137,6 +138,7 @@ class IFX_FileAccess {
|
| };
|
| IFX_FileAccess* FX_CreateDefaultFileAccess(const CFX_WideStringC& wsPath);
|
|
|
| +#endif
|
| class IFX_MemoryStream : public IFX_FileStream {
|
| public:
|
| virtual FX_BOOL IsConsecutive() const = 0;
|
|
|