Added missing '_MHD_EXTERN' to MHD_run_wait()

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-04-11 12:38:47 +03:00
parent 255e71aa81
commit 8a7c20f792
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@ Thu 01 Apr 2021 21:29:46 MSK
Fixed MD5 digest authorization broken when compiled without variable
length arrays support (notably with MSVC).
Fixed and muted compiler warning.
Deeper test with zzuf if configured with --enable-heavy-tests.
Removed run-check of assert() in configure to avoid core dumps. -EG
Thu 01 Apr 2021 17:46:00 MSK