made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-24 20:38:50 +00:00
parent 4115960d4b
commit af1f0a7631
2 changed files with 23 additions and 1 deletions

View File

@@ -5,10 +5,15 @@ wxWidgets Change Log - For more verbose changes, see the manual
2.7.0
-----
wxMSW:
- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson)
Unix:
- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it
2.6.2
-----