don't use GetFileAttributesEx() which doesn't exist in Win95 and so prevented any...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Oct 2006 15:18:38 +0000 (15:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Oct 2006 15:18:38 +0000 (15:18 +0000)
commitf2346d3fd62de2307531c91062ff87a0cc97a42f
treefdb2a7bf8e5186dc2a7dc2f0f33d1107f2b28e0b
parent194b22676876a5d30bdb605932a429b2fbabda4a
don't use GetFileAttributesEx() which doesn't exist in Win95 and so prevented any wx program from even starting up there; besides it was unneeded anyhow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/filefn.cpp