mirror of https://github.com/BOINC/boinc.git
parent
e732b9d2ef
commit
c85668d044
|
@ -3,6 +3,11 @@
|
||||||
#ifndef __CL_BOINC_H
|
#ifndef __CL_BOINC_H
|
||||||
#define __CL_BOINC_H
|
#define __CL_BOINC_H
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
/* Contains #defines for AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER below */
|
||||||
|
#include <AvailabilityMacros.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define CL_API_ENTRY
|
#define CL_API_ENTRY
|
||||||
#define CL_API_CALL __stdcall
|
#define CL_API_CALL __stdcall
|
||||||
|
|
Loading…
Reference in New Issue