Don't exclude a bunch of wxDir methods when wxUSE_LONGLONG==0.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:52:10 +0000 (13:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:52:10 +0000 (13:52 +0000)
commitf422aafede90d096104f14a112b4ec01e33cf58f
tree2de7507170c221e2a311cde5e645f48be1ff3acb
parent9ce5cf09c2a6236eca9c73bdded05286dd5ab12a
Don't exclude a bunch of wxDir methods when wxUSE_LONGLONG==0.

The #endif part of a #if wxUSE_LONGLONG check was incorrectly positioned and
excluded the definition of several wxDir methods not related to wxLongLong
when wxUSE_LONGLONG was 0.

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