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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user