mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 01:50:10 +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
|
||||
*/
|
||||
|
||||
#ifdef IS_CPU
|
||||
#if defined IS_CPU
|
||||
#define DECLSPEC static
|
||||
#elif IS_GPU
|
||||
#ifdef IS_AMD
|
||||
#elif defined IS_GPU
|
||||
#if defined IS_AMD
|
||||
#define DECLSPEC inline
|
||||
#else
|
||||
#define DECLSPEC
|
||||
|
Loading…
Reference in New Issue
Block a user