Kaydet (Commit) e64a4441 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

VS 2013 already has float_t

Change-Id: Ibf6f1d60fc7ec92e24fc366dc193cbd70f13c18c
üst 9a60c239
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment