1
0
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:
Jens Steube 2016-02-01 12:18:05 +01:00
parent f256363448
commit b8285cbce2

View File

@ -92,6 +92,10 @@
#include <ext_ADL.h>
#endif
#ifdef _WIN
#include <ext_ADL.h>
#endif
#ifdef LINUX
#include <ext_nvml.h>
#elif WIN