| Index: core/src/fxcrt/fxcrt_windows.cpp
|
| diff --git a/core/src/fxcrt/fxcrt_windows.cpp b/core/src/fxcrt/fxcrt_windows.cpp
|
| index 6b0f0f290dff3d91c8ef2b431f2db08afcc453fe..05ed6196dd25dd097f269dc0b4b8ffc1c7626e7b 100644
|
| --- a/core/src/fxcrt/fxcrt_windows.cpp
|
| +++ b/core/src/fxcrt/fxcrt_windows.cpp
|
| @@ -25,7 +25,7 @@ FX_BOOL FX_File_Exist(FX_WSTR fileName)
|
| }
|
| IFXCRT_FileAccess* FXCRT_FileAccess_Create()
|
| {
|
| - return FX_NEW CFXCRT_FileAccess_Win64;
|
| + return new CFXCRT_FileAccess_Win64;
|
| }
|
| void FXCRT_Windows_GetFileMode(FX_DWORD dwMode, FX_DWORD &dwAccess, FX_DWORD &dwShare, FX_DWORD &dwCreation)
|
| {
|
|
|