Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
f2012ad8
Commit
f2012ad8
authored
Apr 20, 2010
by
Peter Eastman
Browse files
Fixed compilation error
parent
374676c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
platforms/opencl/src/cl.hpp
platforms/opencl/src/cl.hpp
+10
-0
No files found.
platforms/opencl/src/cl.hpp
View file @
f2012ad8
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment