wxWidgets/include
Vadim Zeitlin 2c604863de Fix compilation after fpos_t change in with MinGW runtime 5.2
fpos_t is now a union and not just a simple typedef any more, so we
can't cast between it and long long. Unfortunately we still need to
convert between the two, so add an explicit version check and use the
private union field to make this work with the latest MinGW 32 versions.
2019-10-06 00:17:57 +02:00
..
msvc/wx Add wxMSVC_VERSION_ABI_COMPAT 2019-09-29 22:59:50 +02:00
wx Fix compilation after fpos_t change in with MinGW runtime 5.2 2019-10-06 00:17:57 +02:00