mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-12 19:18:49 +00:00
Only Apple has a different cl.h location. Simplify a bit
This commit is contained in:
parent
a7d9e242ac
commit
84cbad2ba8
@ -11,21 +11,7 @@
|
|||||||
|
|
||||||
#if defined (__APPLE__)
|
#if defined (__APPLE__)
|
||||||
#include <OpenCL/cl.h>
|
#include <OpenCL/cl.h>
|
||||||
#endif
|
#else
|
||||||
|
|
||||||
#if defined (_WIN)
|
|
||||||
#include <CL/cl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (__linux__)
|
|
||||||
#include <CL/cl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (__FreeBSD__)
|
|
||||||
#include <CL/cl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (__CYGWIN__)
|
|
||||||
#include <CL/cl.h>
|
#include <CL/cl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user