1
mirror of https://github.com/hashcat/hashcat synced 2025-03-26 12:12:43 +01: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

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