Andy McFadden b11f10dddf Visual Studio 2013 update
This updates the project files for Visual Studio 2013, and removes
the old Visual Studio 6 (1998) project files.  The update tool had
a number of complaints (see UpgradeLog.htm) that may need to be
addressed.

Also, replaced .cvsignore with .gitignore.

Visual Studio reports 1886 build errors, nearly all of them due to
the switch from MBCS to Unicode.  The former is no longer
supported "out of the box", and its use is discouraged, so we're
going to bite the bullet and use wide characters in the UI.
2014-11-03 14:05:07 -08:00
..
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2014-11-03 14:05:07 -08:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2009-01-03 19:08:48 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00
2007-03-27 17:47:10 +00:00

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.