Implemented OpenCL library loader
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
#include <mach-o/dyld.h>
|
||||
#endif
|
||||
|
||||
typedef void *OCL_LIB;
|
||||
|
||||
#ifdef HAVE_HWMON
|
||||
typedef void *HM_LIB;
|
||||
#endif
|
||||
@@ -78,6 +80,8 @@ typedef UINT64 uint64_t;
|
||||
typedef HINSTANCE HM_LIB;
|
||||
#endif
|
||||
|
||||
typedef HINSTANCE OCL_LIB;
|
||||
|
||||
#define mkdir(name,mode) mkdir (name)
|
||||
|
||||
#endif // _WIN
|
||||
|
||||
Reference in New Issue
Block a user