Skip to content

Commit

Permalink
add new return type to msvc workaround struct
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jul 19, 2024
1 parent 4693e29 commit 7279b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/delta_kernel_ffi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ struct im_an_unused_struct_that_tricks_msvc_into_compilation {
ExternResult<ArrowFFIData*> field7;
ExternResult<Handle<SharedScanDataIterator>> field8;
ExternResult<Handle<SharedScan>> field9;
ExternResult<Handle<SharedScan>> field10;
ExternResult<Handle<ExclusiveFileReadResultIterator>> field10;
};

extern "C" {
Expand Down

0 comments on commit 7279b4f

Please sign in to comment.