From 04858b76c005406177662eb694126a5c1d149b34 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Mon, 15 Dec 2025 19:53:20 +0000 Subject: [PATCH] Add WIN32_LEAN_AND_MEAN --- src/core/os/cpath/cpath.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/os/cpath/cpath.h b/src/core/os/cpath/cpath.h index 7453985..bfb8f8d 100644 --- a/src/core/os/cpath/cpath.h +++ b/src/core/os/cpath/cpath.h @@ -17,6 +17,7 @@ BEGIN_C_LINKAGE #define WAPP_PATH_SEP '/' #define WAPP_PATH_MAX PATH_MAX #elif defined(WAPP_PLATFORM_WINDOWS) +#define WIN32_LEAN_AND_MEAN #include #define WAPP_PATH_SEP '\\' #define WAPP_PATH_MAX MAX_PATH