]> git.saurik.com Git - wxWidgets.git/commit
Explicitly use _stati64() with MinGW-W64.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Oct 2011 22:26:13 +0000 (22:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Oct 2011 22:26:13 +0000 (22:26 +0000)
commite33cedf4c66f02c8a075ef1471d70661ca03a316
tree050f1645564353a37c56d798688129dc9d9278f9
parent639f81199f85429d0bc7c043cd9cbdcda423527a
Explicitly use _stati64() with MinGW-W64.

Although this compiler provides underscore-less versions of all POSIX
functions, this one only exists in a version with underscore, so use it to fix
compilation with it in ANSI build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/filefn.h