X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de303444986fc3894e258708b2390b03937b57ed..db9febdf4171fdb57434e080f77dca8a02be1cca:/src/msw/stdpaths.cpp?ds=inline diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 611d49a198..96fe3e23e7 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -274,6 +274,11 @@ wxString wxStandardPaths::GetDocumentsDir() const // public functions // ---------------------------------------------------------------------------- +wxString wxStandardPaths::GetExecutablePath() const +{ + return wxGetFullModuleName(); +} + wxString wxStandardPaths::GetConfigDir() const { return AppendAppName(DoGetDirectory(CSIDL_COMMON_APPDATA));