Move wxPosixPermissions definition from wx/file.h to wx/filefn.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Feb 2010 11:38:41 +0000 (11:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Feb 2010 11:38:41 +0000 (11:38 +0000)
commit9508a23a1ba41b9ff7928982dd48d53d21b12c4e
treed85f05bcbe27e14fa94f6e6321648cbb47c36dd3
parent76fe30bbad011977db3b8d8021be2d96805c02e6
Move wxPosixPermissions definition from wx/file.h to wx/filefn.h.

This fixes compilation with wxUSE_FILE=0 as wxFileName::Mkdir() still uses
these constants but their definitions were not available in this case.

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