SDL_internal: tweaked comment.

This commit is contained in:
Ryan C. Gordon 2024-05-22 20:53:42 -04:00
parent 48ebc829e4
commit 2f2c3afb05
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 2 additions and 2 deletions

View File

@ -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