From 5336054b61e11391e1316a3b56d082880dc95e19 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 28 May 2025 17:35:28 +0800 Subject: [PATCH] Update main.c --- src2/main.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src2/main.c b/src2/main.c index 5642ca46..8a4da9e7 100644 --- a/src2/main.c +++ b/src2/main.c @@ -6,6 +6,11 @@ #include "pocketpy.h" +#ifdef _WIN32 +#define WIN32_LEAN_AND_MEAN +#include +#endif + static char* read_file(const char* path) { FILE* file = fopen(path, "rb"); if(file == NULL) {