Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2004-01-02 11:35:53 +0300
committerbseifert <none@none>2004-01-02 11:35:53 +0300
commit7dafdb167362072c57ee9e2b670d8a89b8429088 (patch)
treea387cead9082b65d93297098e1321031574c2582 /common/commonhelpers.h
parent9fdd42997dc312102132e96377902ef0ae94d92a (diff)
See changelog.txt
Diffstat (limited to 'common/commonhelpers.h')
-rw-r--r--common/commonhelpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commonhelpers.h b/common/commonhelpers.h
index d55b16c..b01cb6d 100644
--- a/common/commonhelpers.h
+++ b/common/commonhelpers.h
@@ -30,3 +30,4 @@ bool FileExists(LPCTSTR path);
CString LoadString(UINT resId);
CString GetAppFileName();
CString GetAppFolder();
+CString MyGetFullPathName(LPCTSTR relativePath);