Skip to content

Commit 7e3d6cb

Browse files
committed
Update rcore.c
1 parent 17dc2bb commit 7e3d6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with variab
533533
#endif // SUPPORT_CLIPBOARD_IMAGE
534534

535535
// Include platform-specific submodules
536-
#if defined(PLATFORM_MEM)
536+
#if defined(PLATFORM_DESKTOP_GLFW)
537537
#include "platforms/rcore_desktop_glfw.c"
538538
#elif defined(PLATFORM_DESKTOP_SDL)
539539
#include "platforms/rcore_desktop_sdl.c"

0 commit comments

Comments
 (0)