# HG changeset patch # User Henry S. Thompson # Date 1738154220 0 # Node ID 45f98bfd1dfb34a4c35c7084f1ba976b1d951ad5 # Parent 41b9b6a160d1f2aea5685fa9f089a0f511288eec use all 32 bits diff -r 41b9b6a160d1 -r 45f98bfd1dfb seek.h --- a/seek.h Wed Jan 29 12:34:14 2025 +0000 +++ b/seek.h Wed Jan 29 12:37:00 2025 +0000 @@ -1,7 +1,8 @@ #ifndef SEEK_H #define SEEK_H +#include "uint32.h" -typedef unsigned long seek_pos; +typedef uint32 seek_pos; extern seek_pos seek_cur(int);