Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2010-06-01 07:30:10 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2010-06-01 07:30:10 +0400
commite343de4b1dd189b7f20f86d1c7200b8b46f8dbfe (patch)
tree043e0d10c9cbeb44bc1a31ecbb8999f2c6623f9a
parentc613ea8dabb7e4199e0e105dfa218932af1f8338 (diff)
*** empty log message ***
-rw-r--r--lzfP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzfP.h b/lzfP.h
index c54d087..ded481e 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -144,7 +144,7 @@ using namespace std;
# if defined (WIN32)
# define LZF_USE_OFFSETS defined(_M_X64)
# else
-# ifdef __cplusplus
+# if __cplusplus > 199711L
# include <cstdint>
# else
# include <stdint.h>