From 85f492bf2aa6ed36f4c0b152162492028456a72f Mon Sep 17 00:00:00 2001 From: yazoo Date: Fri, 9 Jan 2009 11:49:46 +0100 Subject: Split visual configs --- mpq-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpq-file.h') diff --git a/mpq-file.h b/mpq-file.h index aea19cd..3d4a9fd 100644 --- a/mpq-file.h +++ b/mpq-file.h @@ -18,7 +18,7 @@ struct mpq_file_t * mpqlib_open_file(struct mpq_archive_t * mpq_a, int entry); struct mpq_file_t * mpqlib_open_filename(struct mpq_archive_t * mpq_a, const char * fname); void mpqlib_close(struct mpq_file_t * mpq_f); uint32_t mpqlib_read(struct mpq_file_t * mpq_f, void * buffer, uint32_t size); -uint32_t mpqlib_seek(struct mpq_file_t * mpq_f, int32_t offset, enum mpqlib_file_seek_t); +uint32_t mpqlib_seek(struct mpq_file_t * mpq_f, signed long int offset, enum mpqlib_file_seek_t); #ifdef __cplusplus } -- cgit v1.2.3