mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-09 07:11:03 +00:00
Fix broken ADL on windows
This commit is contained in:
parent
f256363448
commit
b8285cbce2
@ -92,6 +92,10 @@
|
|||||||
#include <ext_ADL.h>
|
#include <ext_ADL.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _WIN
|
||||||
|
#include <ext_ADL.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
#include <ext_nvml.h>
|
#include <ext_nvml.h>
|
||||||
#elif WIN
|
#elif WIN
|
||||||
|
Loading…
Reference in New Issue
Block a user