Fix windows compilation errors

This commit is contained in:
2025-07-21 12:06:23 +02:00
parent acf4746611
commit 5cb3977c3c
14 changed files with 286 additions and 227 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ int main(void)
// See blocking_server_with_engine.c to learn about how to
// build a response
http_engine_status(&engs[key], 200);
http_engine_body(&engs[key], "Hello, world!", -1);
http_engine_body(&engs[key], HTTP_STR("Hello, world!"));
http_engine_done(&engs[key]);
}