Windows: use lean_and_mean winapi

This commit is contained in:
2026-03-31 11:21:18 +02:00
parent 63921c3ac5
commit 1ac0afa08d
3 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ EM_JS(void, js_clearCanvasInlineSize, (), {
});
#elif defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <windows.h>
#include <GL/gl.h>
#else