implement SetTimes() for directories too under MSW (#10250)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-16 18:03:00 +00:00
parent 166523d8d7
commit 6bc176b4ab
2 changed files with 35 additions and 22 deletions

View File

@@ -483,6 +483,7 @@ wxMSW:
accurately represents what will be printed. This fixes wxHtmlEasyPrinting
preview inaccuracies on Windows; on other platforms, native preview
should be used.
- Implement wxFileName::SetTimes() for directories (Steve Lamerton).
wxX11: