Skip to content

Commit

Permalink
Add K7PalHash.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Dec 5, 2024
1 parent 34b17b2 commit 54170cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions K7Pal/K7PalHash.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* PROJECT: NanaZip Platform Abstraction Layer (K7Pal)
* FILE: K7PalHash.cpp
* PURPOSE: Implementation for K7Pal Hash Algorithms Interfaces
*
* LICENSE: The MIT License
*
* MAINTAINER: MouriNaruto ([email protected])
*/

#include "K7Pal.h"
3 changes: 3 additions & 0 deletions K7Pal/K7PalStatic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
<ItemGroup>
<ClInclude Include="K7Pal.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="K7PalHash.cpp" />
</ItemGroup>
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.targets" />
</Project>

0 comments on commit 54170cf

Please sign in to comment.