Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
210 additions
and 69 deletions.
- +3 −0 OpenHashTab/FileHashTask.cpp
- +9 −0 OpenHashTab/FileHashTask.h
- +57 −25 OpenHashTab/OpenHashTabPropPage.cpp
- +5 −3 OpenHashTab/OpenHashTabPropPage.h
- +55 −8 OpenHashTab/OpenHashTabShlExt.cpp
- +1 −0 OpenHashTab/OpenHashTabShlExt.h
- +1 −1 OpenHashTab/OpenHashTabShlExt.rgs
- +1 −0 OpenHashTab/stdafx.h
- +67 −30 OpenHashTab/utl.cpp
- +8 −2 OpenHashTab/utl.h
- +3 −0 README.md
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -38,6 +38,7 @@ class ATL_NO_VTABLE COpenHashTabShlExt : | ||
| { | ||
| protected: | ||
| std::list<tstring> _files; | ||
| tstring _base; | ||
| public: | ||
| COpenHashTabShlExt() = default; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -10,7 +10,7 @@ HKCR | ||
| } | ||
| } | ||
| } | ||
| NoRemove AllFileSystemObjects | ||
| { | ||
| NoRemove shellex | ||
| { | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -43,6 +43,7 @@ | ||
| #include <CommCtrl.h> | ||
| #include <windowsx.h> | ||
| #include <VersionHelpers.h> | ||
| #include <pathcch.h> | ||
|
|
||
| // STL | ||
| #include <cstdint> | ||
Oops, something went wrong.