Files
SDL/include/SDL3
Daniel Gibson b04d026458 Add an invalid #define for SDL_ThreadID() to SDL_oldnames.h (#15801)
in SDL2 SDL_ThreadID() was a function that's now
SDL_GetCurrentThreadID(), but in SDL3 SDL_ThreadID is a type, so
in C++ `x = SDL_ThreadID()` is valid code (default constructor which
in case of integers means 0), so that's a massive footgun.

See the big comment in SDL_oldnames.h for more details.

Added `#undef SDL_ThreadID` in SDL_dynapi.c because it has one of the
(quite rare) cases  where "SDL_ThreadID" followed by a "(" is actually
correct and necessary (function pointer returning SDL_ThreadID).
2026-06-12 10:24:56 -07:00
..
2026-05-26 13:58:48 +00:00
2026-03-23 00:53:55 +00:00
2026-01-01 09:40:08 -08:00
2026-02-07 18:14:00 +03:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-03-14 18:58:22 +00:00
2026-01-01 09:40:08 -08:00
2026-05-17 16:29:03 +03:00
2026-01-01 09:40:08 -08:00
2026-06-10 17:29:25 +00:00
2026-02-21 15:56:44 +00:00
2026-05-27 23:36:18 +00:00
2026-01-01 09:40:08 -08:00
2026-02-11 02:41:57 +00:00
2026-01-04 22:26:46 +00:00
2026-05-17 15:51:20 +00:00
2026-05-26 14:59:13 +00:00
2026-01-01 09:40:08 -08:00
2026-04-05 18:33:22 +00:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-02-10 15:51:32 +00:00
2026-01-01 09:40:08 -08:00
2026-02-19 00:52:16 +00:00
2026-06-10 17:29:25 +00:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-02-03 20:02:42 -05:00
2026-03-20 18:21:04 +00:00
2026-01-01 09:40:08 -08:00
2026-03-07 16:20:37 +00:00
2026-01-01 09:40:08 -08:00
2026-02-07 18:14:00 +03:00
2026-01-01 09:40:08 -08:00
2026-06-11 18:34:25 +00:00
2026-01-25 02:16:47 +00:00
2026-03-27 05:45:36 -07:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-02-05 11:08:05 -08:00
2026-05-25 18:05:03 +00:00