mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 13:40:56 +00:00
Fix missing defined keyword
This commit is contained in:
parent
a71288da74
commit
77f7ea52a5
@ -3169,7 +3169,7 @@ int opencl_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime)
|
||||
{
|
||||
need_nvml = true;
|
||||
|
||||
#if defined (_WIN) || (__CYGWIN__)
|
||||
#if defined (_WIN) || defined (__CYGWIN__)
|
||||
need_nvapi = true;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user