Adapted to removal of Libburn_with_aaiP macro

This commit is contained in:
Thomas Schmitt 2009-02-19 12:35:22 +00:00
parent e69f4e1234
commit ca4777fba9
2 changed files with 5 additions and 3 deletions

View File

@ -27,6 +27,8 @@
#endif /* Xorriso_standalonE */
#define Libisoburn_with_aaiP yes
#include "isoburn.h"
#include "libisoburn.h"
@ -201,9 +203,9 @@ create_blank_image:;
iso_read_opts_set_start_block(ropts, ms_block);
iso_read_opts_set_no_rockridge(ropts, read_opts->norock);
#ifdef Libisofs_with_aaiP
#ifdef Libisoburn_with_aaiP
iso_read_opts_set_no_aaip(ropts, read_opts->noaaip);
#endif /* Libisofs_with_aaiP */
#endif /* Libisoburn_with_aaiP */
iso_read_opts_set_no_joliet(ropts, read_opts->nojoliet);
iso_read_opts_set_no_iso1999(ropts, read_opts->noiso1999);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.02.17.184231"
#define Xorriso_timestamP "2009.02.19.123524"