From 3d89365fdb7449487993515156cf81011dc6121c Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Mon, 16 Feb 2026 08:05:01 -0800 Subject: [PATCH] Added Emscripten external platform (comment) --- include/GLFW/glfw3.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 58989cc7..5d9cff2e 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1344,6 +1344,10 @@ extern "C" { #define GLFW_PLATFORM_NULL 0x00060005 /*! @} */ +/* Reserved platform define for external Emscripten ports: 0x00060006 + * See https://github.com/pongasoft/emscripten-glfw + */ + #define GLFW_DONT_CARE -1