Include change in civetweb readme

This commit is contained in:
Turiiya 2024-06-15 04:35:38 +02:00
parent 18f8a1ea23
commit 46b2228ddb

View File

@ -25,3 +25,8 @@ Changes currently required when updating the submodule to ensure full direct int
#define snprintf DO_NOT_USE_THIS_FUNCTION__USE_mg_snprintf
+ #endif
```
- Allow compiling with swift compiler chaning an incompatible structname
Rename struct `ah` to `auth_header` [civetweb.c#L8715](https://github.com/webui-dev/webui/blob/ea5540c833b3e4ae38cc8dc7d62965a8507a78ee/src/civetweb/civetweb.c#L8715)
In its related code there is also a variable name `auth_header`, make sure to rename it first to prevent conflicts.