win32: define __MSVCRT_VERSION__ when compiling with MingW, for __stat64
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 17 Apr 2009 14:46:52 +0000 (15:46 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 17 Apr 2009 14:50:54 +0000 (15:50 +0100)
commit923b33a31684e736d9a5ed958ca501bdc16e90d6
treeef58747a4229de83b4fccff55ae9e2f65474549a
parent581ccbb5813873edfc5d0e2e35d7683d17fca971
win32: define __MSVCRT_VERSION__ when compiling with MingW, for __stat64

Need to define this when using MingW, so that the includes provide
__stat64 and friends. We need at least Windows XP SP2 for this.
Fixes #568632.
configure.ac