diff --git a/libisoburn/isofs_wrap.c b/libisoburn/isofs_wrap.c index cf015cfe..5629166e 100644 --- a/libisoburn/isofs_wrap.c +++ b/libisoburn/isofs_wrap.c @@ -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); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 55433e84..7f113b52 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.02.17.184231" +#define Xorriso_timestamP "2009.02.19.123524"