mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-22 05:29:43 +00:00
8a6a4ada5c
This updates the project to use the VS2019 toolchain (v142). Note this breaks WinXP compatibility. The MFC and VC runtime DLLs have been updated from v120 to v140. The program version has been updated to v4.1.0-d1. |
||
---|---|---|
.. | ||
apple.h | ||
block.c | ||
block.h | ||
btree.c | ||
btree.h | ||
config.h | ||
COPYRIGHT | ||
data.c | ||
data.h | ||
file.c | ||
file.h | ||
hfs.c | ||
hfs.h | ||
libhfs.h | ||
libhfs.vcxproj | ||
libhfs.vcxproj.filters | ||
low.c | ||
low.h | ||
Makefile | ||
medium.c | ||
medium.h | ||
memcmp.c | ||
node.c | ||
node.h | ||
os.c | ||
os.h | ||
README | ||
record.c | ||
record.h | ||
version.c | ||
version.h | ||
volume.c | ||
volume.h |
HFS utility library, part of hfsutils v3.2.6 by Robert Leslie. Adapted for use with CiderPress by Andy McFadden. The os_* functions have been replaced with a callback mechanism, and code that uses global variables has been (mostly) removed.