Skip to content

Commit

Permalink
make apr_uintptr_t typedef a define
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed May 15, 2023
1 parent b2f3352 commit 9c7645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_auth_openidc.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ APLOG_USE_MODULE(auth_openidc);
#endif

#ifndef apr_uintptr_t
typedef apr_uint64_t apr_uintptr_t;
#define apr_uintptr_t apr_uint64_t
#endif

#ifndef APR_UINT32_MAX
Expand Down

0 comments on commit 9c7645f

Please sign in to comment.