1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-25 09:28:20 +00:00

Do not set _GNU_SOURCE if it's set already

This commit is contained in:
jsteube 2016-12-29 19:13:06 +01:00
parent 9f64f9e705
commit 83151ec2bb

View File

@ -22,7 +22,10 @@
#error Your Operating System is not supported or detected
#endif
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#define _FILE_OFFSET_BITS 64
#define NOMINMAX 1