AppleWin/source/Windows
Kelvin Lee a7353aa7f1 Use _stat64() to support file size >2G
1. Newer VC runtime stat(), when using 32-bit file size, returns error
   if file size is >2G. For file existence check, using 64-bit file
   size is more accurate as files bigger than 2G would be reported as
   non-existing otherwise.
2. <sys/stat.h> is required for VS2013 or before.
2020-11-29 10:12:03 +11:00
..
AppleWin.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
AppleWin.h AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
DirectInput.cpp Split Video.cpp to WinVideo.cpp to remove most of the Win32 specific functions (PR #872) 2020-11-21 20:57:56 +00:00
DirectInput.h Split Video.cpp to WinVideo.cpp to remove most of the Win32 specific functions (PR #872) 2020-11-21 20:57:56 +00:00
WinFrame.cpp Use _stat64() to support file size >2G 2020-11-29 10:12:03 +11:00
WinFrame.h Split Frame.cpp to WinFrame.cpp (PR #874) 2020-11-23 19:21:20 +00:00
WinVideo.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
WinVideo.h Renamed DirectVideoInitialize/Destroy() to WinVideoInitialize/Destroy() 2020-11-21 21:13:21 +00:00