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

Comparing liblzf/lzfP.h (file contents):
Revision 1.27 by root, Thu Feb 16 05:43:19 2012 UTC vs.
Revision 1.28 by root, Sun Feb 26 03:17:50 2012 UTC

157# include <string.h> 157# include <string.h>
158# include <limits.h> 158# include <limits.h>
159#endif 159#endif
160 160
161#ifndef LZF_USE_OFFSETS 161#ifndef LZF_USE_OFFSETS
162# if defined (WIN32) || defined (_WIN32) 162# ifdef _WIN32
163# define LZF_USE_OFFSETS defined(_M_X64) 163# define LZF_USE_OFFSETS defined(_M_X64)
164# else 164# else
165# if __cplusplus > 199711L 165# if __cplusplus > 199711L
166# include <cstdint> 166# include <cstdint>
167# else 167# else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines