Fix compiler errors

This commit is contained in:
2025-07-20 21:19:58 +02:00
parent 01bf34b58d
commit 3201eac013
29 changed files with 177 additions and 94 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#define CLOSE_SOCKET close
#endif
#include <http.h>
#include <chttp.h>
// This example showcases how to use the engine interface
// to build a blocking HTTP server that works on Windows
+1 -1
View File
@@ -1,7 +1,7 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <mswsock.h>
#include <http.h>
#include <chttp.h>
#define MAX_CLIENTS (1<<10)