Support large files with stdio on mingw.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2009-12-30 17:38:22 +00:00
parent 34c25d47c9
commit 61a69259c4
2 changed files with 6 additions and 0 deletions

View File

@@ -652,6 +652,8 @@
#else
# undef wxCHECK_W32API_VERSION
# define wxCHECK_W32API_VERSION(maj, min) (0)
# undef wxCHECK_MINGW32_VERSION
# define wxCHECK_MINGW32_VERSION(maj, min) (0)
#endif
/**