Update chttp.c/.h

This commit is contained in:
2025-12-02 12:07:10 +01:00
parent 70a3a91783
commit f665dae9ed
5 changed files with 1423 additions and 623 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
#include "basic.h"
#ifndef _WIN32
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else
#include <dirent.h>
#endif