mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-04 07:08:49 +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__)
|
#if defined (__unix__) || defined (__APPLE__)
|
||||||
#define _POSIX
|
#define _POSIX
|
||||||
#elif defined (__WINNT__)
|
#elif defined (_WIN32)
|
||||||
#define _WIN 1
|
#define _WIN 1
|
||||||
#else
|
#else
|
||||||
#error Your Operating System is not supported or detected
|
#error Your Operating System is not supported or detected
|
||||||
|
Loading…
Reference in New Issue
Block a user