Skip to content

Commit

Permalink
Fix building on other platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Jul 30, 2023
1 parent 4ed3ba6 commit abff13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dserializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ _INLINE_ void cal_size(number_t p_val, integral_t &r_len) {
r_len += sizeof(decltype_pure(p_val));
}

_INLINE_ void memcpy_reverse(
_INLINE_ void __cdecl memcpy_reverse(
_Out_writes_bytes_all_(_Size) void *p_dst,
_In_reads_bytes_(_Size) void const *p_src,
_In_ size_t p_size) {
Expand Down

0 comments on commit abff13c

Please sign in to comment.