(cherry picked from commit 1a853973ab83ba72d22b39d871114dc22f8e3ed4) (cherry picked from commit 6421f12d7f70fa9ba68d172bc020aef8c35adccb)
@@ -159,7 +159,7 @@ void SDL_SYS_SetupThread(const char *name)
inf.dwFlags = 0;
/* The debugger catches this, renames the thread, continues on. */
- RaiseException(0x406D1388, 0, sizeof(inf) / sizeof(ULONG), (const ULONG_PTR *)&inf);
+ RaiseException(0x406D1388, 0, sizeof(inf) / sizeof(ULONG_PTR), (const ULONG_PTR *)&inf);
}