| Index: core/fxcrt/fxcrt_posix.h
|
| diff --git a/core/fxcrt/fxcrt_posix.h b/core/fxcrt/fxcrt_posix.h
|
| index cf5f63487498277dac6819f12ad98c8e5b64202c..969707a7b98a8e535bff054a40557a808d48532d 100644
|
| --- a/core/fxcrt/fxcrt_posix.h
|
| +++ b/core/fxcrt/fxcrt_posix.h
|
| @@ -18,8 +18,8 @@ class CFXCRT_FileAccess_Posix : public IFXCRT_FileAccess {
|
| ~CFXCRT_FileAccess_Posix() override;
|
|
|
| // IFXCRT_FileAccess
|
| - FX_BOOL Open(const CFX_ByteStringC& fileName, FX_DWORD dwMode) override;
|
| - FX_BOOL Open(const CFX_WideStringC& fileName, FX_DWORD dwMode) override;
|
| + FX_BOOL Open(const CFX_ByteStringC& fileName, uint32_t dwMode) override;
|
| + FX_BOOL Open(const CFX_WideStringC& fileName, uint32_t dwMode) override;
|
| void Close() override;
|
| void Release() override;
|
| FX_FILESIZE GetSize() const override;
|
|
|