| Index: core/include/fxcrt/fx_stream.h
|
| diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h
|
| index 67327898d941523e9f9b96c8c9711f00a3d3359a..73bb8a72febd7406bd7f6d65d4028e968d8ef1f1 100644
|
| --- a/core/include/fxcrt/fx_stream.h
|
| +++ b/core/include/fxcrt/fx_stream.h
|
| @@ -16,7 +16,9 @@ FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder)
|
| FX_BOOL FX_GetNextFile(void* handle, CFX_WideString& filename, FX_BOOL& bFolder);
|
| void FX_CloseFolder(void* handle);
|
| FX_WCHAR FX_GetFolderSeparator();
|
| -FX_DEFINEHANDLE(FX_HFILE)
|
| +typedef struct FX_HFILE_ {
|
| + FX_LPVOID pData;
|
| +}* FX_HFILE;
|
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_
|
| #define FX_FILESIZE FX_INT32
|
| #else
|
|
|