1
0
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:
Jens Steube 2017-11-05 12:00:16 +01:00 committed by GitHub
commit b3b5f924dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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