From 2f2c3afb052464fc03dedefd6021f85e9e336787 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 22 May 2024 20:53:42 -0400 Subject: [PATCH] SDL_internal: tweaked comment. --- src/SDL_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SDL_internal.h b/src/SDL_internal.h index 9d5b6f8e9e050..e407cdaff1171 100644 --- a/src/SDL_internal.h +++ b/src/SDL_internal.h @@ -267,8 +267,8 @@ #if !defined(HAVE_LIBC) // If not using _any_ C runtime, these have to be defined before SDL_thread.h -// gets included, so SDL_CreateThread calls won't try to reference the -// (unavailable and unneeded) _beginthreadex/_endthreadex functions. +// gets included, so internal SDL_CreateThread calls will not try to reference +// the (unavailable and unneeded) _beginthreadex/_endthreadex functions. #define SDL_BeginThreadFunction NULL #define SDL_EndThreadFunction NULL #endif