summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2010-06-01 03:30:10 +0000
committerroot <root>2010-06-01 03:30:10 +0000
commit5eddd050bc7ffb1b87169a50fd49ab0ed04a3948 (patch)
tree043e0d10c9cbeb44bc1a31ecbb8999f2c6623f9a
parenta59dc3c43c6be0f428788ad66988329f4d29e8dd (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>