mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +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__)
|
||||
#include <OpenCL/cl.h>
|
||||
#endif
|
||||
|
||||
#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__)
|
||||
#else
|
||||
#include <CL/cl.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user