Commit f2012ad8 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed compilation error

parent 374676c0
...@@ -293,6 +293,16 @@ ...@@ -293,6 +293,16 @@
#endif #endif
#endif // !__APPLE__ #endif // !__APPLE__
#if defined(_WIN32)
#define CL_API_ENTRY
#define CL_API_CALL __stdcall
#define CL_CALLBACK __stdcall
#else
#define CL_API_ENTRY
#define CL_API_CALL
#define CL_CALLBACK
#endif
#include <utility> #include <utility>
#if !defined(__NO_STD_VECTOR) #if !defined(__NO_STD_VECTOR)
......
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