mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-29 23:42:39 +02:00
HAVE_STDINT_H=0 was not honored in pcre_internal.h
This commit is contained in:
parent
5cbcae3ee5
commit
756bbdd3d2
@ -229,9 +229,9 @@ stdint.h is available, include it; it may define INT64_MAX. Systems that do not
|
|||||||
have stdint.h (e.g. Solaris) may have inttypes.h. The macro int64_t may be set
|
have stdint.h (e.g. Solaris) may have inttypes.h. The macro int64_t may be set
|
||||||
by "configure". */
|
by "configure". */
|
||||||
|
|
||||||
#if defined HAVE_STDINT_H
|
#if HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#elif defined HAVE_INTTYPES_H
|
#elif HAVE_INTTYPES_H
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user