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