ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/lzf_c.c
(Generate patch)

Comparing liblzf/lzf_c.c (file contents):
Revision 1.47 by root, Sun Feb 26 03:17:50 2012 UTC vs.
Revision 1.48 by root, Sat Jun 30 21:39:41 2012 UTC

119 * and fails to support both assumptions is windows 64 bit, we make a 119 * and fails to support both assumptions is windows 64 bit, we make a
120 * special workaround for it. 120 * special workaround for it.
121 */ 121 */
122#if defined (_WIN32) && defined (_M_X64) 122#if defined (_WIN32) && defined (_M_X64)
123 /* workaround for missing POSIX compliance */ 123 /* workaround for missing POSIX compliance */
124 #if #if __GNUC__ 124 #if __GNUC__
125 unsigned long long off; 125 unsigned long long off;
126 #else 126 #else
127 unsigned __int64 off; 127 unsigned __int64 off;
128 #endif 128 #endif
129#else 129#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines