mirror of
https://github.com/hashcat/hashcat
synced 2025-04-02 19:05:29 +02: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
|
#error Your Operating System is not supported or detected
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
#endif
|
||||||
|
|
||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
|
||||||
#define NOMINMAX 1
|
#define NOMINMAX 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user