mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
fuzz/test-corpus: check if PATH_MAX is already defined
CLA: trivial Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12620)
This commit is contained in:
parent
64713cb10d
commit
c9352933fe
@ -22,7 +22,7 @@
|
||||
#include "fuzzer.h"
|
||||
#include "internal/o_dir.h"
|
||||
|
||||
#if defined(_WIN32) && defined(_MAX_PATH)
|
||||
#if defined(_WIN32) && defined(_MAX_PATH) && !defined(PATH_MAX)
|
||||
# define PATH_MAX _MAX_PATH
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user