From e274c195afb7cac38c8330f822edf4b717e04300 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 13 May 2026 09:15:50 +0200 Subject: [PATCH] Update rcore.c --- src/rcore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcore.c b/src/rcore.c index 0dad0cd96..f5665fca0 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -506,6 +506,7 @@ __declspec(dllimport) void __stdcall Sleep(unsigned long msTimeout); // Required const char *TextFormat(const char *text, ...); // Formatting of text with variables to 'embed' #endif +// NOTE: PLATFORM_DESKTOP defaults to GLFW backend #if defined(PLATFORM_DESKTOP) #define PLATFORM_DESKTOP_GLFW #endif