summaryrefslogtreecommitdiff
path: root/external/clucene
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-07 20:48:58 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-07 20:52:54 +0300
commite64a4441bb955f7112440c6ba4ec33c5f9f2eb23 (patch)
treec9ff04dcb26bec33438e658d2b9a463479f00e25 /external/clucene
parent9a60c2395ab482eaa95e07fae540dbf9fdfe262f (diff)
VS 2013 already has float_t
Change-Id: Ibf6f1d60fc7ec92e24fc366dc193cbd70f13c18c
Diffstat (limited to 'external/clucene')
-rw-r--r--external/clucene/configs/clucene-config-MSVC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/clucene/configs/clucene-config-MSVC.h b/external/clucene/configs/clucene-config-MSVC.h
index edd4a3b3022f..638bc4d2e54a 100644
--- a/external/clucene/configs/clucene-config-MSVC.h
+++ b/external/clucene/configs/clucene-config-MSVC.h
@@ -49,7 +49,9 @@ typedef unsigned int uint32_t;
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
+#if _MSC_VER < 1800
typedef double float_t;
+#endif
typedef unsigned long _cl_dword_t;
/* undef size_t size_t */