1
0
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:
jsteube 2018-02-08 09:49:59 +01:00
parent 786384664e
commit d5153539e2

View File

@ -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