]> git.saurik.com Git - wxWidgets.git/commit
Define INVALID_FILE_ATTRIBUTES in filename.cpp too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 03:37:41 +0000 (03:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 03:37:41 +0000 (03:37 +0000)
commit85b1997c095b18cd5e9e54e9d39feaa71c5ffa06
treec56c944787175cdbce6620fde5c54630d13e9044
parentaeef0d188cf0356c9c970788af0b7c462e78a694
Define INVALID_FILE_ATTRIBUTES in filename.cpp too.

Fix VC6 compilation: INVALID_FILE_ATTRIBUTES is not defined in its headers so
we need to do it ourselves (this was done in filefn.cpp before but part of the
code using this constant was moved to filename.cpp in r62735 so now we need to
define it here too).

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