Skip to content
Snippets Groups Projects
Commit 2d33a52d authored by Oliver Bock's avatar Oliver Bock
Browse files

Don't mess with linkage of others

parent 647ca4fa
No related branches found
No related tags found
No related merge requests found
#ifndef __CLFFT_H #ifndef __CLFFT_H
#define __CLFFT_H #define __CLFFT_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __APPLE__ #ifdef __APPLE__
#include <OpenCL/cl.h> #include <OpenCL/cl.h>
#else #else
#include <CL/cl.h> #include <CL/cl.h>
#endif #endif
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h> #include <stdio.h>
// XForm type // XForm type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment