Skip to content

Commit

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

#ifndef K7_PAL
#define K7_PAL

#include <Windows.h>

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

0 comments on commit 34b17b2

Please sign in to comment.