mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-24 07:28:37 +00:00
fix DEFAULT_SOURCE_FILENAME with CYGWIN
This commit is contained in:
parent
ed6e967425
commit
c2dfc5f007
@ -188,7 +188,7 @@ typedef struct
|
||||
|
||||
} python_interpreter_t;
|
||||
|
||||
#if defined (_WIN) || defined (__APPLE__)
|
||||
#if defined (_WIN) || defined (__CYGWIN__) || defined (__APPLE__)
|
||||
static char *DEFAULT_SOURCE_FILENAME = "generic_hash_sp";
|
||||
#else
|
||||
static char *DEFAULT_SOURCE_FILENAME = "generic_hash_mp";
|
||||
|
Loading…
Reference in New Issue
Block a user