mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
Restored OclCache.
This commit is contained in:
6
src/3rdparty/base32/base32.h
vendored
6
src/3rdparty/base32/base32.h
vendored
@@ -25,8 +25,8 @@
|
||||
// All functions return the number of output bytes or -1 on error. If the
|
||||
// output buffer is too small, the result will silently be truncated.
|
||||
|
||||
#ifndef _BASE32_H_
|
||||
#define _BASE32_H_
|
||||
#ifndef XMRIG_BASE32_H
|
||||
#define XMRIG_BASE32_H
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
@@ -65,4 +65,4 @@ int base32_encode(const uint8_t *data, int length, uint8_t *result, int bufSize)
|
||||
}
|
||||
|
||||
|
||||
#endif /* _BASE32_H_ */
|
||||
#endif /* XMRIG_BASE32_H */
|
||||
|
||||
Reference in New Issue
Block a user