mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
Merge pull request #1426 from neheb/patch-4
Fix clang compile under MSYS2
This commit is contained in:
commit
b3b5f924dc
@ -10,7 +10,7 @@
|
||||
|
||||
#if defined (__unix__) || defined (__APPLE__)
|
||||
#define _POSIX
|
||||
#elif defined (__WINNT__)
|
||||
#elif defined (_WIN32)
|
||||
#define _WIN 1
|
||||
#else
|
||||
#error Your Operating System is not supported or detected
|
||||
|
Loading…
Reference in New Issue
Block a user