Skip to content

Commit 1aecf7a

Browse files
author
Cédric Tabin
committed
adds details about windows patch
1 parent 1ba595d commit 1aecf7a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,10 @@ that will use it. To avoid this issue, you'll have to link the library staticall
197197

198198
More information [here](http://www.codeproject.com/Articles/28969/HowTo-Export-C-classes-from-a-DLL).
199199

200+
#### Libzip windows patch
201+
202+
The following files have been patch in order to compile with VS2012 on windows:
203+
* lib/CMakeFiles.txt => add SHARED keyword and STATIC library
204+
* src/ziptool.c => redefine STDIN_FILENO
205+
* regress/fseek.c => add `compat.h`
206+

0 commit comments

Comments
 (0)