Windows port (VS 2005)
Sebastian Pipping
webmaster at hartwork.org
Thu Jul 13 15:02:07 CEST 2006
I have introduced native UTF-16-LE filename
support here by creating a few macros used
for all code working with filenames.
On unix for example the defines look like this:
// Unix, ANSI ======================
# define PORT_CHAR char
# define PORT_STRDUP strdup
# define PORT_FOPEN fopen
# define PORT_ACCESS access
# define _PT(x) x
// =================================
One new header file "portchar.h" is added
which takes care of the macros.
Is this something wanted in the official
taglib package?
Sebastian
--
Sebastian Pipping
http://www.hartwork.org/
More information about the taglib-devel
mailing list