1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-30 18:39:15 +00:00

show warning on single-threaded mode also with CYGWIN

This commit is contained in:
Gabriele Gristina 2025-06-08 18:06:03 +02:00
parent c2dfc5f007
commit ae2c0f2a31

View File

@ -714,7 +714,7 @@ void *platform_init (user_options_t *user_options)
unit_t *unit_buf = &python_interpreter->units_buf[0];
#if defined (_WIN) || defined (__APPLE__)
#if defined (_WIN) || defined (__CYGWIN__) || defined (__APPLE__)
fprintf (stderr, "Attention!!! Falling back to single-threaded mode.\n");
fprintf (stderr, " Windows and MacOS ds not support multiprocessing module cleanly!\n");
fprintf (stderr, " For multithreading on Windows and MacOS, please use -m 72000 instead.\n\n");