1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 21:52:54 -05:00

OclLib improvements.

This commit is contained in:
XMRig
2019-09-13 10:35:32 +07:00
parent bd1ffa56dc
commit 5a91552060
7 changed files with 204 additions and 66 deletions

View File

@@ -33,7 +33,7 @@
#include "base/tools/String.h"
typedef struct _cl_platform_id *cl_platform_id;
using cl_platform_id = struct _cl_platform_id *;
namespace xmrig {