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) {