Add WINDOWS_LEAN_AND_MEAN

This commit is contained in:
Abdelrahman Said 2024-06-09 17:34:54 +01:00
parent 162b255e1b
commit 1ce07e9e4e

View File

@ -5,6 +5,7 @@
#include "platform.h"
#if defined(WAPP_PLATFORM_WINDOWS)
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <memoryapi.h>
#elif defined(WAPP_PLATFORM_POSIX)