forked from zlib-ng/minizip-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't recreate unzip.h every time configure is run
- Loading branch information
1 parent
f1f6d5c
commit 0d25a1d
Showing
2 changed files
with
26 additions
and
20 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* @filename@ -- Compatibility layer shim | ||
part of the MiniZip project | ||
|
||
This program is distributed under the terms of the same license as zlib. | ||
See the accompanying LICENSE file for the full text of the license. | ||
*/ | ||
|
||
#ifndef @header_guard@ | ||
#define @header_guard@ | ||
|
||
#include "mz_compat.h" | ||
|
||
#endif | ||
|
||
|