mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-16 00:08:14 +00:00
SDL_internal: tweaked comment.
This commit is contained in:
@@ -267,8 +267,8 @@
|
|||||||
|
|
||||||
#if !defined(HAVE_LIBC)
|
#if !defined(HAVE_LIBC)
|
||||||
// If not using _any_ C runtime, these have to be defined before SDL_thread.h
|
// 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
|
// gets included, so internal SDL_CreateThread calls will not try to reference
|
||||||
// (unavailable and unneeded) _beginthreadex/_endthreadex functions.
|
// the (unavailable and unneeded) _beginthreadex/_endthreadex functions.
|
||||||
#define SDL_BeginThreadFunction NULL
|
#define SDL_BeginThreadFunction NULL
|
||||||
#define SDL_EndThreadFunction NULL
|
#define SDL_EndThreadFunction NULL
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user