Added wxStandardPaths::MSWGetShellDir().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Aug 2009 00:05:56 +0000 (00:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 14 Aug 2009 00:05:56 +0000 (00:05 +0000)
commit94aff795d414f4d55ecd7eda44362c4c57023ce4
tree508fce30f308ae5300127211ab3c5b753557a0aa
parent18867602777b0a4787f24fa94ecf332a7434032f
Added wxStandardPaths::MSWGetShellDir().

This function allows to get the location of Windows shell special folders not
covered by wxStandardPaths methods (yet), e.g. CSIDL_DESKTOPDIRECTORY.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/stdpaths.h
interface/wx/stdpaths.h
src/msw/stdpaths.cpp