summaryrefslogtreecommitdiff
path: root/core/src/fxcrt/fxcrt_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fxcrt/fxcrt_windows.h')
-rw-r--r--core/src/fxcrt/fxcrt_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcrt/fxcrt_windows.h b/core/src/fxcrt/fxcrt_windows.h
index 1919f3e4d7..32531d568f 100644
--- a/core/src/fxcrt/fxcrt_windows.h
+++ b/core/src/fxcrt/fxcrt_windows.h
@@ -29,7 +29,7 @@ public:
virtual FX_BOOL Flush();
virtual FX_BOOL Truncate(FX_FILESIZE szFile);
protected:
- FX_LPVOID m_hFile;
+ void* m_hFile;
};
#endif