mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-18 10:32:04 +00:00
Some syntax error
This commit is contained in:
parent
786384664e
commit
d5153539e2
@ -81,10 +81,10 @@
|
|||||||
* function declarations can have a large influence depending on the opencl runtime
|
* function declarations can have a large influence depending on the opencl runtime
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef IS_CPU
|
#if defined IS_CPU
|
||||||
#define DECLSPEC static
|
#define DECLSPEC static
|
||||||
#elif IS_GPU
|
#elif defined IS_GPU
|
||||||
#ifdef IS_AMD
|
#if defined IS_AMD
|
||||||
#define DECLSPEC inline
|
#define DECLSPEC inline
|
||||||
#else
|
#else
|
||||||
#define DECLSPEC
|
#define DECLSPEC
|
||||||
|
Loading…
Reference in New Issue
Block a user