Skip to content

Commit

Permalink
Use _lseek64 on win
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 29, 2025
1 parent d65eeb7 commit 1405a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blosc/blosc2-stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#if defined(_WIN32)
#include <memoryapi.h>
#define lseek _lseeki64
#else
#include <sys/mman.h>
#endif
Expand Down

0 comments on commit 1405a45

Please sign in to comment.