mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
Adjust version level for the *time_r functions
This commit is contained in:
parent
fdc0bf913d
commit
184d69f574
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
// needed for *time_r functions under MinGW
|
// needed for *time_r functions under MinGW
|
||||||
#ifndef _POSIX_THREAD_SAFE_FUNCTIONS
|
#ifndef _POSIX_THREAD_SAFE_FUNCTIONS
|
||||||
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
|
#define _POSIX_THREAD_SAFE_FUNCTIONS 200809L
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// needed for 64-bit off_t on 32-bit OSes
|
// needed for 64-bit off_t on 32-bit OSes
|
||||||
|
Loading…
Reference in New Issue
Block a user