Skip to content

Commit

Permalink
SDL_internal: tweaked comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 23, 2024
1 parent 48ebc82 commit 2f2c3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SDL_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f2c3af

Please sign in to comment.