1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +00:00

Fix missing defined keyword

This commit is contained in:
jsteube 2017-12-13 12:56:00 +01:00
parent a71288da74
commit 77f7ea52a5

View File

@ -3169,7 +3169,7 @@ int opencl_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime)
{ {
need_nvml = true; need_nvml = true;
#if defined (_WIN) || (__CYGWIN__) #if defined (_WIN) || defined (__CYGWIN__)
need_nvapi = true; need_nvapi = true;
#endif #endif
} }