Also the .dsp did not work here (Gregg ?)
It is building when I add one of the following two in
mod_proxy_uwsgi.c:
it builds with:
#define uint8_t unsigned __int8
or it builds when:
#include "stdint.h"
Attached stdint.h
Do not know how to test.
On Wednesday 13/12/2017 at 20:49, Ruediger Pluem wrote:
On 12/13/2017 04:27 PM, Steffen wrote:
I know, for example:
util_expr_scan.c
At least this one includes inttypes.h which seems according to the
comments is only available on C99.
Should we create an apr_uint8_t in apr and / or simply use
apr_uint16_t in the uint8_t cases?
mod_brotli.c
h2_filter.c
h2_proxy_session.c
h2_proxy_util.c
h2_session.c
h2_stream.c
h2_stream.h
h2_util.c
h2_util.h
But there no errors, they building fine.
Regards
RĂ¼diger