mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
use 64-bit ftell on mingw also
This commit is contained in:
parent
da0e2e6a51
commit
a8af4ee8c6
@ -76,7 +76,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1400
|
||||
#if !defined(_MSC_VER) || (defined(_MSC_VER) && _MSC_VER >= 1400)
|
||||
#define ATLEAST_VC2005
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user