Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris

This commit is contained in:
Thomas Schmitt 2011-06-20 13:32:10 +00:00
parent 806829e215
commit 8f36e9b8d5
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,8 @@
libburn-1.1.0.pl01.tar.gz Mon Jun 20 2011
===============================================================================
* Bug fix: libburn-1.1.0 compiled only on Linux, FreeBSD, and Solaris
libburn-1.1.0.tar.gz Sat Jun 18 2011
===============================================================================
* Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.06.18.100001"
#define Cdrskin_timestamP "2011.06.20.110001"

View File

@ -44,6 +44,7 @@ Present implementation: default dummy which enables libburn only to work
#include "debug.h"
#include "toc.h"
#include "util.h"
#include "init.h"
#include "libdax_msgs.h"
extern struct libdax_msgs *libdax_messenger;