Corrected description of major.minor.micro definition in libburn.h

这个提交包含在:
Thomas Schmitt 2008-01-29 21:41:59 +00:00
父节点 b1630a3b33
当前提交 d498003515
共有 2 个文件被更改,包括 2 次插入4 次删除

查看文件

@ -1 +1 @@
#define Cdrskin_timestamP "2008.01.29.210821"
#define Cdrskin_timestamP "2008.01.29.214110"

查看文件

@ -2050,9 +2050,7 @@ void burn_version(int *major, int *minor, int *micro);
/** These three release version numbers tell the revision of this header file
and of the API it describes. They are memorized by applications at build
time.
An application of libburn can easily memorize the version of the
libisofs.h header in its own code. Immediately after burn_initialize()
it should do this check:
Immediately after burn_initialize() an application should do this check:
burn_version(&major, &minor, &micro);
if(major > burn_header_version_major
|| (major == burn_header_version_major