From 696c19178d924f4e8ce0e76eda7488892351df8e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 May 2008 22:49:18 +0000 Subject: *** empty log message *** --- lzf_c.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lzf_c.c') diff --git a/lzf_c.c b/lzf_c.c index 2120cbf..268313a 100644 --- a/lzf_c.c +++ b/lzf_c.c @@ -114,7 +114,11 @@ lzf_compress (const void *const in_data, unsigned int in_len, const u8 *ref; unsigned int hval; +#if WIN32 + unsigned _int64 off; /* workaround for microsoft bug (they claim to support POSIX) */ +#else unsigned long off; +#endif int lit; if (!in_len || !out_len) -- cgit v1.2.3