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:
Diffstat (limited to 'windirstat/osspecific.h')
-rw-r--r--windirstat/osspecific.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windirstat/osspecific.h b/windirstat/osspecific.h
index f4d7886..8e09fc4 100644
--- a/windirstat/osspecific.h
+++ b/windirstat/osspecific.h
@@ -30,6 +30,8 @@
#include <ShellAPI.h>
BOOL FileIconInit(__in BOOL fRestoreCache);
+CString GetCurrentDesktopName();
+CString GetCurrentWinstaName();
class CAbstractionLayer
{