This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 8652b4e
committed
[[ VS2015 ]] Tweak libzip so it builds using VS2015
This patch tweaks libzip to ensure it compiles under VS2015. It
adds a macro to redefine the name of the function snprintf
appropriately and workaround to a bug in the MSVS CRT includes
which cause the wrong binding of putc when DISABLE_PERFCRIT_LOCKS
is defined.1 parent 9fb5793 commit 8652b4e
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments