OSDN Git Service

initial icon overlay support using the wingit lib
[tortoisegit/TortoiseGitJp.git] / src / TortoiseShell / ShellExt.h
index 46b9ea0..edefe5d 100644 (file)
@@ -24,7 +24,7 @@
 #include "ShellCache.h"\r
 #include "RemoteCacheLink.h"\r
 #include "GitStatus.h"\r
-//#include "SVNFolderStatus.h"\r
+#include "GitFolderStatus.h"\r
 #include "uxtheme.h"\r
 \r
 extern UINT                            g_cRefThisDll;                  // Reference count of this DLL.\r
@@ -208,7 +208,7 @@ protected:
        git_wc_status_kind      filestatus;\r
        std::map<UINT, HBITMAP> bitmaps;\r
 \r
-//     SVNFolderStatus         m_CachedStatus;         // status cache\r
+       GitFolderStatus         m_CachedStatus;         // status cache\r
        CRemoteCacheLink        m_remoteCacheLink;\r
 \r
        FN_GetBufferedPaintBits pfnGetBufferedPaintBits;\r