mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-02-14 13:35:35 +00:00
Compare commits
2 Commits
v1.0.0-alp
...
devel
| Author | SHA1 | Date | |
|---|---|---|---|
|
1a16c7b6e2
|
|||
|
e598dd97c7
|
@@ -419,6 +419,7 @@ AARU_EXPORT void AARU_CALL *aaruf_create(const char *filepath, const uint32_t me
|
||||
ctx->user_data_ddt_header.overflow = overflow_sectors;
|
||||
ctx->user_data_ddt_header.start = 0;
|
||||
ctx->user_data_ddt_header.blockAlignmentShift = parsed_options.block_alignment;
|
||||
ctx->header.blockAlignmentShift = parsed_options.block_alignment;
|
||||
ctx->user_data_ddt_header.dataShift = parsed_options.data_shift;
|
||||
|
||||
if(parsed_options.table_shift == -1 || !table_shift_found)
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <wincrypt.h>
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
#include <aaru.h>
|
||||
|
||||
Reference in New Issue
Block a user