Fix wx headers compilation in mingw32 strict ANSI mode.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Oct 2009 15:58:05 +0000 (15:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 Oct 2009 15:58:05 +0000 (15:58 +0000)
commit1f22f9a50b38197964d7a5f80d573edbac33b7ed
tree31694e74521d0c554d5d2301c5fa74b9a138049c
parent0ead57d528668cd5ea09b148485234218d55f1bb
Fix wx headers compilation in mingw32 strict ANSI mode.

Add checks for !defined(__STRICT_ANSI__) when checking for various common but
non-standard CRT extensions.

This allows compiling programs using wx with g++ -std=c++[0x] option (notice
that compiling wx itself using it still doesn't work).

Closes #11374.

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