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

Comparing liblzf/lzfP.h (file contents):
Revision 1.24 by root, Tue Jun 1 09:11:33 2010 UTC vs.
Revision 1.25 by root, Fri Mar 4 16:42:21 2011 UTC

139# include <string.h> 139# include <string.h>
140# include <limits.h> 140# include <limits.h>
141#endif 141#endif
142 142
143#ifndef LZF_USE_OFFSETS 143#ifndef LZF_USE_OFFSETS
144# if defined (WIN32) 144# if defined (WIN32) || defined (_WIN32)
145# define LZF_USE_OFFSETS defined(_M_X64) 145# define LZF_USE_OFFSETS defined(_M_X64)
146# else 146# else
147# if __cplusplus > 199711L 147# if __cplusplus > 199711L
148# include <cstdint> 148# include <cstdint>
149# else 149# else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines